mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-03 20:35:17 +02:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -111,9 +111,7 @@ WalletView::WalletView(WalletModel* wallet_model, const PlatformStyle* _platform
|
||||
connect(walletModel, &WalletModel::showProgress, this, &WalletView::showProgress);
|
||||
}
|
||||
|
||||
WalletView::~WalletView()
|
||||
{
|
||||
}
|
||||
WalletView::~WalletView() = default;
|
||||
|
||||
void WalletView::setClientModel(ClientModel *_clientModel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user