[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX

This commit is contained in:
Jonas Schnelli
2016-05-12 09:51:43 +02:00
committed by lateminer
parent f50bfbf7fe
commit a0858c448c

View File

@@ -369,6 +369,7 @@ void BitcoinApplication::createSplashScreen(const NetworkStyle *networkStyle)
// screen will take care of deleting itself when slotFinish happens.
splash->show();
connect(this, SIGNAL(splashFinished(QWidget*)), splash, SLOT(slotFinish(QWidget*)));
connect(this, SIGNAL(requestedShutdown()), splash, SLOT(close()));
}
void BitcoinApplication::startThread()