mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 08:14:18 +00:00
[Qt] Do proper shutdown
This commit is contained in:
parent
9479f8dfcf
commit
325e400f9b
@ -444,6 +444,8 @@ void BitcoinApplication::requestShutdown()
|
|||||||
delete clientModel;
|
delete clientModel;
|
||||||
clientModel = 0;
|
clientModel = 0;
|
||||||
|
|
||||||
|
StartShutdown();
|
||||||
|
|
||||||
// Request shutdown from core thread
|
// Request shutdown from core thread
|
||||||
Q_EMIT requestedShutdown();
|
Q_EMIT requestedShutdown();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user