mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
[Qt] Do proper shutdown
This commit is contained in:
parent
9479f8dfcf
commit
325e400f9b
1 changed files with 2 additions and 0 deletions
|
|
@ -444,6 +444,8 @@ void BitcoinApplication::requestShutdown()
|
|||
delete clientModel;
|
||||
clientModel = 0;
|
||||
|
||||
StartShutdown();
|
||||
|
||||
// Request shutdown from core thread
|
||||
Q_EMIT requestedShutdown();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue