Browse Source

[Qt] Do proper shutdown

0.14
Jonas Schnelli 8 years ago
parent
commit
325e400f9b
No known key found for this signature in database
GPG Key ID: 29D4BCB6416F53EC
  1. 2
      src/qt/bitcoin.cpp

2
src/qt/bitcoin.cpp

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

Loading…
Cancel
Save