MCPcopy Create free account
hub / github.com/KDAB/GammaRay / hideSplashScreen

Function hideSplashScreen

ui/splashscreen.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void hideSplashScreen()
49{
50 if (splash) {
51 splash->hide();
52 delete splash;
53 splash = nullptr;
54 }
55}
56}

Callers 1

hideSplashScreenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected