diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-18 18:43:07 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-19 17:51:26 +0200 |
| commit | 163145938ca2ff52e633136ca49e89f880f8e89b (patch) | |
| tree | 7216657535e1d2666ef26cd701c7999daec73e55 /src/qt/walletframe.h | |
| parent | qt: merge walletstack and walletframe (diff) | |
| download | discoin-163145938ca2ff52e633136ca49e89f880f8e89b.tar.xz discoin-163145938ca2ff52e633136ca49e89f880f8e89b.zip | |
qt: remove awkward way of setting GUI pages
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui.
Because of this, the actions for the pages had to be exposed on the BitcoinGUI object.
Diffstat (limited to 'src/qt/walletframe.h')
| -rw-r--r-- | src/qt/walletframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 4cc6d14e4..501198796 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -32,7 +32,7 @@ public: bool addWallet(const QString& name, WalletModel *walletModel); bool setCurrentWallet(const QString& name); - + bool removeWallet(const QString &name); void removeAllWallets(); bool handlePaymentRequest(const SendCoinsRecipient& recipient); |