aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-11-16 23:41:16 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-05-04 12:05:42 +0100
commite8123eae40eb264bbb71007d0eb074901f0e2fe5 (patch)
tree58dd570d96e09cc52db69497e9541f67416e6656 /src/qt/coincontroldialog.h
parentafa577c323dcaedf641897fab43af2540e230bcb (diff)
downloadbitcoin-e8123eae40eb264bbb71007d0eb074901f0e2fe5.tar.xz
gui: Fix itemWalletAddress leak when not tree mode
Diffstat (limited to 'src/qt/coincontroldialog.h')
-rw-r--r--src/qt/coincontroldialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/coincontroldialog.h b/src/qt/coincontroldialog.h
index efc06a7656..fcf34356f1 100644
--- a/src/qt/coincontroldialog.h
+++ b/src/qt/coincontroldialog.h
@@ -31,7 +31,6 @@ class CCoinControlWidgetItem : public QTreeWidgetItem
{
public:
explicit CCoinControlWidgetItem(QTreeWidget *parent, int type = Type) : QTreeWidgetItem(parent, type) {}
- explicit CCoinControlWidgetItem(int type = Type) : QTreeWidgetItem(type) {}
explicit CCoinControlWidgetItem(QTreeWidgetItem *parent, int type = Type) : QTreeWidgetItem(parent, type) {}
bool operator<(const QTreeWidgetItem &other) const;