Have Qt poll for shutdown requested, the QT way.

This commit is contained in:
Gavin Andresen
2013-03-23 18:14:12 -04:00
parent b31499ec72
commit 723035bb68
6 changed files with 23 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
extern CWallet* pwalletMain;
void StartShutdown();
bool ShutdownRequested();
void Shutdown();
bool AppInit2(boost::thread_group& threadGroup);
std::string HelpMessage();