diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-16 15:14:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-23 09:15:24 +0200 |
commit | 74fb765e29ed2b85ee7f6e61d16876c03b4abe9b (patch) | |
tree | 85f5c13d4a147c8deec135aa5eb576fb90c2fc1b /src/qt/addressbookpage.h | |
parent | 58daa0162cb97209d87f3034a9351688a4631eac (diff) |
qt: rework "receive coins" workflow
Diffstat (limited to 'src/qt/addressbookpage.h')
-rw-r--r-- | src/qt/addressbookpage.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qt/addressbookpage.h b/src/qt/addressbookpage.h index 34465aa65f..70ff3984be 100644 --- a/src/qt/addressbookpage.h +++ b/src/qt/addressbookpage.h @@ -30,7 +30,7 @@ public: }; enum Mode { - ForSending, /**< Open address book to pick address for sending */ + ForSelection, /**< Open address book to pick address */ ForEditing /**< Open address book for editing */ }; @@ -69,8 +69,6 @@ private slots: void on_verifyMessage_clicked(); /** Open send coins dialog for currently selected address (no button) */ void onSendCoinsAction(); - /** Generate a QR Code from the currently selected address */ - void on_showQRCode_clicked(); /** Copy label of currently selected address entry to clipboard (no button) */ void onCopyLabelAction(); /** Edit currently selected address entry (no button) */ |