mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Ref T145, temp. workaround until task is completed
This commit is contained in:
@@ -50,7 +50,7 @@ namespace BlackMisc
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
quit();
|
quit();
|
||||||
wait();
|
wait(30 * 1000); //! \todo KB 2017-10 temp workaround: in T145 this will be fixed, sometimes (very rarely) hanging here during shutdown
|
||||||
}
|
}
|
||||||
|
|
||||||
CWorker *CWorker::fromTaskImpl(QObject *owner, const QString &name, int typeId, std::function<CVariant()> task)
|
CWorker *CWorker::fromTaskImpl(QObject *owner, const QString &name, int typeId, std::function<CVariant()> task)
|
||||||
|
|||||||
Reference in New Issue
Block a user