MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / closeEvent

Method closeEvent

src/qt/splashscreen.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void SplashScreen::closeEvent(QCloseEvent *event)
226{
227 m_node.startShutdown(); // allows an "emergency" shutdown during startup
228 event->ignore();
229}

Callers

nothing calls this directly

Calls 2

startShutdownMethod · 0.80
ignoreMethod · 0.45

Tested by

no test coverage detected