From da91ffc7fd2866852df29ba47b073f6ecc85ed01 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 9 Feb 2018 15:49:33 -0500 Subject: [PATCH] fixed build error --- src/qt/walletframe.cpp | 2 ++ 1 file changed, 2 insertions(+) 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() {