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.
This commit is contained in:
Wladimir J. van der Laan
2013-10-25 16:10:43 +02:00
parent 0d09b3e8b0
commit 7d16bb3874
4 changed files with 37 additions and 43 deletions

View File

@@ -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