MCPcopy Create free account
hub / github.com/ElementsProject/elements / unsubscribeFromCoreSignals

Method unsubscribeFromCoreSignals

src/qt/splashscreen.cpp:212–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void SplashScreen::unsubscribeFromCoreSignals()
213{
214 // Disconnect signals from client
215 m_handler_init_message->disconnect();
216 m_handler_show_progress->disconnect();
217 for (const auto& handler : m_connected_wallet_handlers) {
218 handler->disconnect();
219 }
220 m_connected_wallet_handlers.clear();
221 m_connected_wallets.clear();
222}
223
224void SplashScreen::showMessage(const QString &message, int alignment, const QColor &color)
225{

Callers

nothing calls this directly

Calls 2

disconnectMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected