mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #369, renamed simulator connect functions similar to network context
This commit is contained in:
@@ -230,7 +230,7 @@ namespace BlackCore
|
||||
if (this->getIContextSimulator())
|
||||
{
|
||||
disconnect(this->getIContextSimulator());
|
||||
this->getIContextSimulator()->disconnectFrom();
|
||||
this->getIContextSimulator()->disconnectFromSimulator();
|
||||
this->getIContextSimulator()->deleteLater();
|
||||
this->m_contextSimulator = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user