Use C++11 default member initializers

This commit is contained in:
MarcoFalke
2019-01-05 12:02:12 +01:00
parent f7e182a973
commit fa2510d5c1
15 changed files with 35 additions and 82 deletions

View File

@@ -40,8 +40,6 @@ WalletModel::WalletModel(std::unique_ptr<interfaces::Wallet> wallet, interfaces:
cachedNumBlocks(0)
{
fHaveWatchOnly = m_wallet->haveWatchOnly();
fForceCheckBalanceChanged = false;
addressTableModel = new AddressTableModel(this);
transactionTableModel = new TransactionTableModel(platformStyle, this);
recentRequestsTableModel = new RecentRequestsTableModel(this);