aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-06-20 21:48:10 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-09-16 16:50:19 +0200
commit6135309816208740888b25bc27ea123c1c825a04 (patch)
tree7b11a1e8f698f3b264e3273e77174b9b25e80864 /src/qt/clientmodel.cpp
parent770ca79aa02964f56610ffaf15b16297634fa065 (diff)
downloadbitcoin-6135309816208740888b25bc27ea123c1c825a04.tar.xz
[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 7f5dea0ef9..2af8226c12 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