diff --git a/src/qt/curecoingui.h b/src/qt/curecoingui.h index 6369cfd..a8d7892 100644 --- a/src/qt/curecoingui.h +++ b/src/qt/curecoingui.h @@ -88,6 +88,8 @@ private: QAction *encryptWalletAction; QAction *backupWalletAction; QAction *changePassphraseAction; + QAction *unlockWalletAction; + QAction *lockWalletAction; QAction *aboutQtAction; QAction *openRPCConsoleAction; @@ -169,6 +171,7 @@ private slots: void changePassphrase(); /** Ask for passphrase to unlock wallet temporarily */ void unlockWallet(); + void lockWallet(); /** Show window if hidden, unminimize when minimized, rise when obscured or show if hidden and fToggleHidden is true */ void showNormalIfMinimized(bool fToggleHidden = false);