aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bantablemodel.h
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2023-03-06 12:49:39 +0100
committerVasil Dimov <vd@FreeBSD.org>2023-03-06 16:06:05 +0100
commita981af4e6fd0047bc3e96468db48dd7820dac808 (patch)
treebc01cd177af39391ad7886849f646276ec8e0df9 /src/qt/bantablemodel.h
parent40c6c85c05812ee8bf824b639307b1ac17a001c4 (diff)
gui: use the stored CSubNet entry when unbanning
The previous code visualized the `CSubNet` object as string, then parsed that string back to `CSubNet`. This is sub-optimal given that the original `CSubNet` object can be used directly instead. This avoids calling `LookupSubNet()` from the GUI. Co-authored-by: furszy <matiasfurszyfer@protonmail.com>
Diffstat (limited to 'src/qt/bantablemodel.h')
-rw-r--r--src/qt/bantablemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h
index 0a30905172..51f925bfa8 100644
--- a/src/qt/bantablemodel.h
+++ b/src/qt/bantablemodel.h
@@ -68,6 +68,8 @@ public:
bool shouldShow();
+ bool unban(const QModelIndex& index);
+
public Q_SLOTS:
void refresh();