mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +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:
@@ -75,8 +75,8 @@ Q_SIGNALS:
|
||||
private:
|
||||
Ui::OptionsDialog *ui;
|
||||
ClientModel* m_client_model{nullptr};
|
||||
OptionsModel *model;
|
||||
QDataWidgetMapper *mapper;
|
||||
OptionsModel* model{nullptr};
|
||||
QDataWidgetMapper* mapper{nullptr};
|
||||
};
|
||||
|
||||
#endif // BITCOIN_QT_OPTIONSDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user