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()
walletView->unlockWallet(); walletView->unlockWallet();
} }
#ifdef USE_QRCODE
void WalletFrame::printPaperWallet() void WalletFrame::printPaperWallet()
{ {
WalletView *walletView = currentWalletView(); WalletView *walletView = currentWalletView();
if (walletView) if (walletView)
walletView->printPaperWallet(); walletView->printPaperWallet();
} }
#endif
void WalletFrame::setEncryptionStatus() void WalletFrame::setEncryptionStatus()
{ {

Loading…
Cancel
Save