Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
void SplashScreen::closeEvent(QCloseEvent *event)
242
{
243
shutdown(); // allows an
"emergency"
shutdown during startup
244
event->ignore();
245
}
Callers
nothing calls this directly
Calls
1
ignore
Method · 0.45
Tested by
no test coverage detected