aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addresstablemodel.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-07-26 17:15:32 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-07-26 17:15:32 +0200
commit1ac3c983bfe06f75542e4f4e30142952802a46d8 (patch)
treec468d61002a392a694c7e2f1eed14a62a77cc63e /src/qt/addresstablemodel.cpp
parent415f2bff69985a9238d75f380db4c26dda47ca53 (diff)
downloadbitcoin-1ac3c983bfe06f75542e4f4e30142952802a46d8.tar.xz
Mark single-argument constructors "explicit"
Diffstat (limited to 'src/qt/addresstablemodel.cpp')
-rw-r--r--src/qt/addresstablemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp
index 25b615e6f8..eb5cbd8890 100644
--- a/src/qt/addresstablemodel.cpp
+++ b/src/qt/addresstablemodel.cpp
@@ -71,7 +71,7 @@ public:
QList<AddressTableEntry> cachedAddressTable;
AddressTableModel *parent;
- AddressTablePriv(AddressTableModel *_parent):
+ explicit AddressTablePriv(AddressTableModel *_parent):
parent(_parent) {}
void refreshAddressTable(interfaces::Wallet& wallet)