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/walletframe.h | |
parent | 58daa0162cb97209d87f3034a9351688a4631eac (diff) |
qt: rework "receive coins" workflow
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 5011987963..89983b4aec 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -52,8 +52,6 @@ public slots: void gotoOverviewPage(); /** Switch to history (transactions) page */ void gotoHistoryPage(); - /** Switch to address book page */ - void gotoAddressBookPage(); /** Switch to receive coins page */ void gotoReceiveCoinsPage(); /** Switch to send coins page */ @@ -73,6 +71,11 @@ public slots: /** Ask for passphrase to unlock wallet temporarily */ void unlockWallet(); + /** Show used sending addresses */ + void usedSendingAddresses(); + /** Show used receiving addresses */ + void usedReceivingAddresses(); + /** Set the encryption status as shown in the UI. @param[in] status current encryption status @see WalletModel::EncryptionStatus |