X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fbitcoingui.h;h=dbc32640b825625a6016ce4d1c6802a462c23597;hb=fbbd42a535813b2d7e30dba44c5c36b70833fe55;hp=09ad89a894054f7fc3262622941256ceb53683fd;hpb=2bc4fd609ca00d5a5cb0b6b3eba5f35cb334b967;p=novacoin.git diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 09ad89a..dbc3264 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -84,6 +84,7 @@ private: QAction *openBitcoinAction; QAction *exportAction; QAction *encryptWalletAction; + QAction *backupWalletAction; QAction *changePassphraseAction; QAction *aboutQtAction; @@ -158,10 +159,15 @@ private slots: void incomingTransaction(const QModelIndex & parent, int start, int end); /** Encrypt the wallet */ void encryptWallet(bool status); + /** Backup the wallet */ + void backupWallet(); /** Change encrypted wallet passphrase */ void changePassphrase(); /** Ask for pass phrase to unlock wallet temporarily */ void unlockWallet(); + + /** Show window if hidden, unminimize when minimized */ + void showNormalIfMinimized(); }; #endif