Skip to content

Commit

Permalink
Merge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
Browse files Browse the repository at this point in the history
34ebceb [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX (Jonas Schnelli)
  • Loading branch information
jonasschnelli committed May 12, 2016
2 parents 7c8558d + 34ebceb commit 169d379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoin.cpp
Expand Up @@ -370,6 +370,7 @@ void BitcoinApplication::createSplashScreen(const NetworkStyle *networkStyle)
splash->setAttribute(Qt::WA_DeleteOnClose);
splash->show();
connect(this, SIGNAL(splashFinished(QWidget*)), splash, SLOT(slotFinish(QWidget*)));
connect(this, SIGNAL(requestedShutdown()), splash, SLOT(close()));
}

void BitcoinApplication::startThread()
Expand Down

0 comments on commit 169d379

Please sign in to comment.