mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
[Worker] Use "m_validator->quitAndWait()" as validator now can "stop" long lasting functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
17ab66e50a
commit
f8d59e7b04
@@ -139,7 +139,7 @@ namespace BlackCore
|
|||||||
if (m_validator)
|
if (m_validator)
|
||||||
{
|
{
|
||||||
disconnect(m_validator);
|
disconnect(m_validator);
|
||||||
m_validator->abandonAndWait();
|
m_validator->quitAndWait();
|
||||||
}
|
}
|
||||||
this->disconnect();
|
this->disconnect();
|
||||||
this->unloadSimulatorPlugin();
|
this->unloadSimulatorPlugin();
|
||||||
|
|||||||
Reference in New Issue
Block a user