|
|
@ -177,5 +177,6 @@ void SplashScreen::paintEvent(QPaintEvent *event)
|
|
|
|
|
|
|
|
|
|
|
|
void SplashScreen::closeEvent(QCloseEvent *event)
|
|
|
|
void SplashScreen::closeEvent(QCloseEvent *event)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
StartShutdown(); // allows an "emergency" shutdown during startup
|
|
|
|
event->ignore();
|
|
|
|
event->ignore();
|
|
|
|
}
|
|
|
|
}
|
|
|
|