diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-20 21:48:10 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-09-16 16:50:19 +0200 |
commit | 6135309816208740888b25bc27ea123c1c825a04 (patch) | |
tree | 7b11a1e8f698f3b264e3273e77174b9b25e80864 /src/qt/clientmodel.h | |
parent | 770ca79aa02964f56610ffaf15b16297634fa065 (diff) |
[Qt] banlist, UI optimizing and better signal handling
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index 627bdf862d..6f7b2de3a3 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -91,6 +91,7 @@ Q_SIGNALS: void numBlocksChanged(int count, const QDateTime& blockDate); void alertsChanged(const QString &warnings); void bytesChanged(quint64 totalBytesIn, quint64 totalBytesOut); + void banListChanged(); //! Fired when a message should be reported to the user void message(const QString &title, const QString &message, unsigned int style); |