[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
This commit is contained in:
committed by
lateminer
parent
f50bfbf7fe
commit
a0858c448c
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user