diff options
| author | BtcDrak <[email protected]> | 2016-03-06 10:07:25 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-18 19:33:59 +0000 |
| commit | 92066344fdc3eb3071cb6fc0ce6a41d79c2dda53 (patch) | |
| tree | 91688d0626a50e49b6fe9e6cd3ed0ce7c3803c79 /src/qt/clientmodel.h | |
| parent | Remove p2p alert handling (diff) | |
| download | discoin-92066344fdc3eb3071cb6fc0ce6a41d79c2dda53.tar.xz discoin-92066344fdc3eb3071cb6fc0ce6a41d79c2dda53.zip | |
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 62c9f71ac..2fef6131c 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(); }; |