Browse Source

Qt: allow "emergency" shutdown during startup

- allows closing our splash screen to abort startup
pull/145/head
Philip Kaufmann 10 years ago
parent
commit
4bd1185280
  1. 1
      src/qt/splashscreen.cpp

1
src/qt/splashscreen.cpp

@ -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