aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.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/rpcconsole.h
parentcf8073f8d1d18ab2798534bfd442445f0a1cdb6b (diff)
downloadbitcoin-73bc1b7cd2b3fb5e34f4fc5aaa6892fb1e8f2d1e.tar.xz
Initialize editStatus and autoCompleter. Previously not initialized where defined or in constructor.
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index a9a60d09f1..aedee24869 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -156,7 +156,7 @@ private:
QMenu *peersTableContextMenu;
QMenu *banTableContextMenu;
int consoleFontSize;
- QCompleter *autoCompleter;
+ QCompleter *autoCompleter = nullptr;
QThread thread;
QString m_last_wallet_id;