aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-06-20 21:48:10 +0200
committerJonas Schnelli <[email protected]>2015-09-16 16:50:19 +0200
commit6135309816208740888b25bc27ea123c1c825a04 (patch)
tree7b11a1e8f698f3b264e3273e77174b9b25e80864 /src/qt/clientmodel.h
parent[Qt] add context menu with unban option to ban table (diff)
downloaddiscoin-6135309816208740888b25bc27ea123c1c825a04.tar.xz
discoin-6135309816208740888b25bc27ea123c1c825a04.zip
[Qt] banlist, UI optimizing and better signal handling
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 627bdf862..6f7b2de3a 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);