Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
void 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
startShutdown
Method · 0.80
ignore
Method · 0.45
Tested by
no test coverage detected