[Qt] Do proper shutdown

This commit is contained in:
Jonas Schnelli 2017-01-05 12:40:10 +01:00
parent 9479f8dfcf
commit 325e400f9b
No known key found for this signature in database
GPG key ID: 29D4BCB6416F53EC

View file

@ -444,6 +444,8 @@ void BitcoinApplication::requestShutdown()
delete clientModel;
clientModel = 0;
StartShutdown();
// Request shutdown from core thread
Q_EMIT requestedShutdown();
}