diff --git a/src/qt/walletframe.cpp b/src/qt/walletframe.cpp index cbe513b..d0ab46c 100644 --- a/src/qt/walletframe.cpp +++ b/src/qt/walletframe.cpp @@ -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() {