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

Method shutdown

src/qt/splashscreen.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void SplashScreen::shutdown()
150{
151 m_shutdown = true;
152 if (m_node) m_node->startShutdown();
153}
154
155bool SplashScreen::eventFilter(QObject * obj, QEvent * ev) {
156 if (ev->type() == QEvent::KeyPress) {

Callers

nothing calls this directly

Calls 1

startShutdownMethod · 0.80

Tested by

no test coverage detected