aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
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.cpp
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.cpp')
-rw-r--r--src/qt/clientmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index 7f5dea0ef..2af8226c1 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -217,6 +217,7 @@ QString ClientModel::formatClientStartupTime() const
void ClientModel::updateBanlist()
{
banTableModel->refresh();
+ emit banListChanged();
}
// Handlers for core signals