mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +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 (!m_simulator || m_canConnectResult.isRunning()) return; // already checking
|
||||
this->m_canConnectResult = QtConcurrent::run(this, &CContextSimulator::connectTo);
|
||||
m_simulator->asyncConnectTo();
|
||||
}
|
||||
|
||||
bool CContextSimulator::disconnectFrom()
|
||||
|
||||
Reference in New Issue
Block a user