mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
clang-tidy, qt: Fix modernize-use-default-member-init in headers
See https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-default-member-init.html
This commit is contained in:
@@ -33,7 +33,7 @@ private Q_SLOTS:
|
||||
|
||||
private:
|
||||
Ui::ReceiveRequestDialog *ui;
|
||||
WalletModel *model;
|
||||
WalletModel* model{nullptr};
|
||||
SendCoinsRecipient info;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user