mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
refactor: gui, simplify boost signals disconnection
Preventing dangling signals.
This commit is contained in:
@@ -97,13 +97,7 @@ public:
|
||||
|
||||
private:
|
||||
interfaces::Node& m_node;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_show_progress;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_num_connections_changed;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_network_active_changed;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_alert_changed;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_banned_list_changed;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_block_tip;
|
||||
std::unique_ptr<interfaces::Handler> m_handler_notify_header_tip;
|
||||
std::vector<std::unique_ptr<interfaces::Handler>> m_event_handlers;
|
||||
OptionsModel *optionsModel;
|
||||
PeerTableModel* peerTableModel{nullptr};
|
||||
PeerTableSortProxy* m_peer_table_sort_proxy{nullptr};
|
||||
|
||||
Reference in New Issue
Block a user