| 316 | } |
| 317 | |
| 318 | void ClientModel::unsubscribeFromCoreSignals() |
| 319 | { |
| 320 | // Disconnect signals from client |
| 321 | m_handler_show_progress->disconnect(); |
| 322 | m_handler_notify_num_connections_changed->disconnect(); |
| 323 | m_handler_notify_network_active_changed->disconnect(); |
| 324 | m_handler_notify_alert_changed->disconnect(); |
| 325 | m_handler_banned_list_changed->disconnect(); |
| 326 | m_handler_notify_block_tip->disconnect(); |
| 327 | m_handler_notify_header_tip->disconnect(); |
| 328 | } |
| 329 | |
| 330 | bool ClientModel::getProxyInfo(std::string& ip_port) const |
| 331 | { |
nothing calls this directly
no test coverage detected