mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
[Qt] Do proper shutdown
This commit is contained in:
@ -444,6 +444,8 @@ void BitcoinApplication::requestShutdown()
|
||||
delete clientModel;
|
||||
clientModel = 0;
|
||||
|
||||
StartShutdown();
|
||||
|
||||
// Request shutdown from core thread
|
||||
Q_EMIT requestedShutdown();
|
||||
}
|
||||
|
Reference in New Issue
Block a user