Browse Source

fixed build error

pull/29/head
orignal 6 years ago
parent
commit
da91ffc7fd
  1. 2
      src/qt/walletframe.cpp

2
src/qt/walletframe.cpp

@ -147,12 +147,14 @@ void WalletFrame::unlockWallet() @@ -147,12 +147,14 @@ void WalletFrame::unlockWallet()
walletView->unlockWallet();
}
#ifdef USE_QRCODE
void WalletFrame::printPaperWallet()
{
WalletView *walletView = currentWalletView();
if (walletView)
walletView->printPaperWallet();
}
#endif
void WalletFrame::setEncryptionStatus()
{

Loading…
Cancel
Save