mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
committed by
Roland Winklmeier
parent
de75c5c35a
commit
07a94bdd07
@@ -68,7 +68,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
if (this->getRuntime()->isSlotLogForSimulatorEnabled()) this->getRuntime()->logSlot(Q_FUNC_INFO);
|
if (this->getRuntime()->isSlotLogForSimulatorEnabled()) this->getRuntime()->logSlot(Q_FUNC_INFO);
|
||||||
if (!m_simulator || m_canConnectResult.isRunning()) return; // already checking
|
if (!m_simulator || m_canConnectResult.isRunning()) return; // already checking
|
||||||
this->m_canConnectResult = QtConcurrent::run(this, &CContextSimulator::connectTo);
|
m_simulator->asyncConnectTo();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CContextSimulator::disconnectFrom()
|
bool CContextSimulator::disconnectFrom()
|
||||||
|
|||||||
Reference in New Issue
Block a user