From 98e61758744ed34e8b7f59b37edb6d09b33d5517 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sat, 24 Mar 2012 18:48:18 +0100 Subject: Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer. - Overall, this is better design - This fixes problems with the address book UI not updating when the address book is changed through RPC - Move Statusbar change detection responsibility to ClientModel --- src/qt/walletmodel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/qt/walletmodel.h') diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index e894842499..6a85abd6d5 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -138,9 +138,8 @@ signals: void error(const QString &title, const QString &message); public slots: - -private slots: void update(); + void updateAddressList(); }; -- cgit v1.2.3