From f131872653dadafd9af8bec255dfd2bddd75a471 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 10 Apr 2018 01:23:24 +0200 Subject: Initialize non-static class members where they are defined --- src/qt/addresstablemodel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt/addresstablemodel.h') diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h index 9b20157a81..94e0e1edce 100644 --- a/src/qt/addresstablemodel.h +++ b/src/qt/addresstablemodel.h @@ -81,8 +81,8 @@ public: OutputType GetDefaultAddressType() const; private: - WalletModel *walletModel; - AddressTablePriv *priv; + WalletModel *walletModel = nullptr; + AddressTablePriv *priv = nullptr; QStringList columns; EditStatus editStatus = OK; -- cgit v1.2.3