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

Method detectShutdown

src/qt/bitcoingui.cpp:1389–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1387}
1388
1389void BitcoinGUI::detectShutdown()
1390{
1391 if (m_node.shutdownRequested())
1392 {
1393 if(rpcConsole)
1394 rpcConsole->hide();
1395 Q_EMIT quitRequested();
1396 }
1397}
1398
1399void BitcoinGUI::showProgress(const QString &title, int nProgress)
1400{

Callers 1

createWindowMethod · 0.80

Calls 1

shutdownRequestedMethod · 0.45

Tested by

no test coverage detected