We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8073f commit 73bc1b7Copy full SHA for 73bc1b7
src/qt/addresstablemodel.h
@@ -84,7 +84,7 @@ class AddressTableModel : public QAbstractTableModel
84
WalletModel *walletModel;
85
AddressTablePriv *priv;
86
QStringList columns;
87
- EditStatus editStatus;
+ EditStatus editStatus = OK;
88
89
/** Notify listeners that data changed. */
90
void emitDataChanged(int index);
src/qt/rpcconsole.h
@@ -156,7 +156,7 @@ public Q_SLOTS:
156
QMenu *peersTableContextMenu;
157
QMenu *banTableContextMenu;
158
int consoleFontSize;
159
- QCompleter *autoCompleter;
+ QCompleter *autoCompleter = nullptr;
160
QThread thread;
161
QString m_last_wallet_id;
162
0 commit comments