diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-25 04:27:05 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-25 04:27:05 -0700 |
| commit | 081c0cdeb2b8c1e8db449f3b38837c4ca3b4ba73 (patch) | |
| tree | 21559f88288cda3543659d5c06622613284dfa3f /src/qt/bitcoingui.h | |
| parent | Merge pull request #3130 from Diapolo/paymentACK_via_message (diff) | |
| parent | qt: general polish after adding new receive flow (diff) | |
| download | discoin-081c0cdeb2b8c1e8db449f3b38837c4ca3b4ba73.tar.xz discoin-081c0cdeb2b8c1e8db449f3b38837c4ca3b4ba73.zip | |
Merge pull request #3099 from laanwj/2013_10_new_receive_flow
qt: improve "receive coins" workflow
Diffstat (limited to 'src/qt/bitcoingui.h')
| -rw-r--r-- | src/qt/bitcoingui.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 843d5aa76..a5a3ce83b 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -13,7 +13,6 @@ class WalletModel; class WalletStack; class TransactionView; class OverviewPage; -class AddressBookPage; class SendCoinsDialog; class SendCoinsRecipient; class SignVerifyMessageDialog; @@ -83,7 +82,8 @@ private: QAction *historyAction; QAction *quitAction; QAction *sendCoinsAction; - QAction *addressBookAction; + QAction *usedSendingAddressesAction; + QAction *usedReceivingAddressesAction; QAction *signMessageAction; QAction *verifyMessageAction; QAction *aboutAction; @@ -156,8 +156,6 @@ private 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 */ |