diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-09 18:04:57 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-09 18:10:29 +0200 |
| commit | fe36e031cde8cd0e1cb446d761f229c088a0403f (patch) | |
| tree | e900123d670352a978bd5599daee0a81d003af44 /src/qt/splashscreen.cpp | |
| parent | Merge pull request #5059 (diff) | |
| parent | Qt: allow "emergency" shutdown during startup (diff) | |
| download | discoin-fe36e031cde8cd0e1cb446d761f229c088a0403f.tar.xz discoin-fe36e031cde8cd0e1cb446d761f229c088a0403f.zip | |
Merge pull request #5032
4bd1185 Qt: allow "emergency" shutdown during startup (Philip Kaufmann)
Diffstat (limited to 'src/qt/splashscreen.cpp')
| -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 4fe610794..74512e62a 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(); } |