aboutsummaryrefslogtreecommitdiff
path: root/src/qt/addresstablemodel.h
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-04-10 01:08:02 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-04-10 01:17:20 +0200
commit73bc1b7cd2b3fb5e34f4fc5aaa6892fb1e8f2d1e (patch)
tree9d01c8ad6e88be4ab2eac9ab361c3b86ff538eb3 /src/qt/addresstablemodel.h
parentcf8073f8d1d18ab2798534bfd442445f0a1cdb6b (diff)
downloadbitcoin-73bc1b7cd2b3fb5e34f4fc5aaa6892fb1e8f2d1e.tar.xz
Initialize editStatus and autoCompleter. Previously not initialized where defined or in constructor.
Diffstat (limited to 'src/qt/addresstablemodel.h')
-rw-r--r--src/qt/addresstablemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h
index d7aeda9d8e..9b20157a81 100644
--- a/src/qt/addresstablemodel.h
+++ b/src/qt/addresstablemodel.h
@@ -84,7 +84,7 @@ private:
WalletModel *walletModel;
AddressTablePriv *priv;
QStringList columns;
- EditStatus editStatus;
+ EditStatus editStatus = OK;
/** Notify listeners that data changed. */
void emitDataChanged(int index);