Merge pull request #5032

4bd1185 Qt: allow "emergency" shutdown during startup (Philip Kaufmann)
pull/2340/head
Wladimir J. van der Laan 10 years ago
commit fe36e031cd
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

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

Loading…
Cancel
Save