mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Minor fix to avoid issues
This commit is contained in:
committed by
Mat Sutcliffe
parent
cb78453e7c
commit
2cb10c1835
@@ -140,6 +140,8 @@ namespace BlackCore
|
||||
{
|
||||
disconnect(m_validator);
|
||||
m_validator->quitAndWait();
|
||||
m_validator->deleteLater();
|
||||
m_validator = nullptr;
|
||||
}
|
||||
this->disconnect();
|
||||
this->unloadSimulatorPlugin();
|
||||
@@ -147,6 +149,7 @@ namespace BlackCore
|
||||
|
||||
CSimulatorPluginInfoList CContextSimulator::getAvailableSimulatorPlugins() const
|
||||
{
|
||||
if (!m_plugins) { return {}; }
|
||||
return m_plugins->getAvailableSimulatorPlugins();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user