File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ class AddressTableModel : public QAbstractTableModel
81
81
OutputType GetDefaultAddressType () const ;
82
82
83
83
private:
84
- WalletModel *walletModel;
85
- AddressTablePriv *priv;
84
+ WalletModel *walletModel = nullptr ;
85
+ AddressTablePriv *priv = nullptr ;
86
86
QStringList columns;
87
87
EditStatus editStatus = OK;
88
88
Original file line number Diff line number Diff line change @@ -145,17 +145,17 @@ public Q_SLOTS:
145
145
};
146
146
147
147
interfaces::Node& m_node;
148
- Ui::RPCConsole *ui;
149
- ClientModel *clientModel;
148
+ Ui::RPCConsole *ui = nullptr ;
149
+ ClientModel *clientModel = nullptr ;
150
150
QStringList history;
151
- int historyPtr;
151
+ int historyPtr = 0 ;
152
152
QString cmdBeforeBrowsing;
153
153
QList<NodeId> cachedNodeids;
154
- const PlatformStyle *platformStyle;
155
- RPCTimerInterface *rpcTimerInterface;
156
- QMenu *peersTableContextMenu;
157
- QMenu *banTableContextMenu;
158
- int consoleFontSize;
154
+ const PlatformStyle *platformStyle = nullptr ;
155
+ RPCTimerInterface *rpcTimerInterface = nullptr ;
156
+ QMenu *peersTableContextMenu = nullptr ;
157
+ QMenu *banTableContextMenu = nullptr ;
158
+ int consoleFontSize = 0 ;
159
159
QCompleter *autoCompleter = nullptr ;
160
160
QThread thread;
161
161
QString m_last_wallet_id;
You can’t perform that action at this time.
0 commit comments