mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-29 16:04:32 +00:00
fixed build error
This commit is contained in:
parent
398171c2b9
commit
da91ffc7fd
@ -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…
x
Reference in New Issue
Block a user