diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-09 18:04:57 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-09 18:10:29 +0200 |
commit | fe36e031cde8cd0e1cb446d761f229c088a0403f (patch) | |
tree | e900123d670352a978bd5599daee0a81d003af44 /src/qt | |
parent | 3222802ea11053f0dd69c99fc2f33edff554dc17 (diff) | |
parent | 4bd11852802f3ed11e17e8d66660ce2e60f02287 (diff) |
Merge pull request #5032
4bd1185 Qt: allow "emergency" shutdown during startup (Philip Kaufmann)
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/splashscreen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 4fe610794f..74512e62aa 100644 --- a/src/qt/splashscreen.cpp +++ b/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(); } |