diff options
author | sje397 <sje397@gmail.com> | 2012-02-27 22:55:04 +1100 |
---|---|---|
committer | sje397 <sje397@gmail.com> | 2012-05-12 00:13:13 +1000 |
commit | 0c587936c7f0bbab83c54f877f720dbf3387ef73 (patch) | |
tree | 506f436c3e13fefb83197c83e8e0debaa74e6b74 /src/qt/bitcoingui.h | |
parent | 97521b5257046d62fee367ee79ef4b4133db3601 (diff) |
Add a menu option to verify a signed message
(Also move 'setAttribute(Qt::WA_DeleteOnClose)' out of QRCodeDialog)
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index bc3c9a1dfc..88e6d064d7 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -79,6 +79,7 @@ private: QAction *sendCoinsAction; QAction *addressBookAction; QAction *messageAction; + QAction *verifyMessageAction; QAction *aboutAction; QAction *receiveCoinsAction; QAction *optionsAction; @@ -163,6 +164,8 @@ private slots: void backupWallet(); /** Change encrypted wallet passphrase */ void changePassphrase(); + /** Verify a message signature */ + void verifyMessage(); /** Ask for pass phrase to unlock wallet temporarily */ void unlockWallet(); |