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

Method closeEvent

src/qt/splashscreen.cpp:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void SplashScreen::closeEvent(QCloseEvent *event)
242{
243 shutdown(); // allows an "emergency" shutdown during startup
244 event->ignore();
245}

Callers

nothing calls this directly

Calls 1

ignoreMethod · 0.45

Tested by

no test coverage detected