diff options
author | BtcDrak <btcdrak@gmail.com> | 2016-03-06 10:07:25 +0000 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-03-18 19:33:59 +0000 |
commit | 92066344fdc3eb3071cb6fc0ce6a41d79c2dda53 (patch) | |
tree | 91688d0626a50e49b6fe9e6cd3ed0ce7c3803c79 /src/qt/clientmodel.h | |
parent | bbb9d1d1231099122a5b0ad5dd86f3f93ce22724 (diff) |
Update alert notification and GUI
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 62c9f71ac7..2fef6131c3 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -103,7 +103,7 @@ Q_SIGNALS: public Q_SLOTS: void updateTimer(); void updateNumConnections(int numConnections); - void updateAlert(const QString &hash, int status); + void updateAlert(); void updateBanlist(); }; |