mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +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:
@@ -104,9 +104,9 @@ private:
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_block_tip;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_header_tip;
|
||||
OptionsModel *optionsModel;
|
||||
PeerTableModel *peerTableModel;
|
||||
PeerTableModel* peerTableModel{nullptr};
|
||||
PeerTableSortProxy* m_peer_table_sort_proxy{nullptr};
|
||||
BanTableModel *banTableModel;
|
||||
BanTableModel* banTableModel{nullptr};
|
||||
|
||||
//! A thread to interact with m_node asynchronously
|
||||
QThread* const m_thread;
|
||||
|
||||
Reference in New Issue
Block a user