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

Method closeEvent

src/qt/splashscreen.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void SplashScreen::closeEvent(QCloseEvent *event)
236{
237 shutdown(); // allows an "emergency" shutdown during startup
238 event->ignore();
239}

Callers

nothing calls this directly

Calls 1

ignoreMethod · 0.45

Tested by

no test coverage detected