aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2015-06-26 10:23:51 +0200
committerJonas Schnelli <[email protected]>2015-09-16 16:50:19 +0200
commitcdd72cd5fbc2b287559f7230d1616339e9ff2d6d (patch)
treefec12703dc0654e2d1b43768cdde14ac112c689a /src/qt/clientmodel.h
parent[Qt] remove unused timer-code from banlistmodel.cpp (diff)
downloaddiscoin-cdd72cd5fbc2b287559f7230d1616339e9ff2d6d.tar.xz
discoin-cdd72cd5fbc2b287559f7230d1616339e9ff2d6d.zip
[Qt] simplify ban list signal handling
- remove banListChanged signal from client model - directly call clientModel->getBanTableModel()->refresh() without the way over clientModel->updateBanlist() - also fix clearing peer detail window, when selecting (clicking) peers in the ban list
Diffstat (limited to 'src/qt/clientmodel.h')
-rw-r--r--src/qt/clientmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h
index 6f7b2de3a..627bdf862 100644
--- a/src/qt/clientmodel.h
+++ b/src/qt/clientmodel.h
@@ -91,7 +91,6 @@ 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);