diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-25 16:10:43 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-27 08:45:54 +0100 |
commit | 7d16bb387459de0fbf0cda3a5b97d6032cab1799 (patch) | |
tree | 7f6c0fe692033ca98835c92a9988a3972ab02e6d /src/qt/walletframe.h | |
parent | 0d09b3e8b0218169ab7ad2aa787c43ea11bc7060 (diff) |
qt: clean up signal handling in walletframe/walletview
Use proper signals everywhere.
Removes the need to store a pointer to the BitcoinGUI object in
the walletview.
Also removes the interdependence between setWalletModel / setBitcoinGUI.
Diffstat (limited to 'src/qt/walletframe.h')
-rw-r--r-- | src/qt/walletframe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h index 89983b4aec..edf2390dbc 100644 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -75,12 +75,6 @@ public slots: 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 - */ - void setEncryptionStatus(); }; #endif // WALLETFRAME_H |