Ref T145, temp. workaround until task is completed

This commit is contained in:
Klaus Basan
2017-10-27 03:28:51 +02:00
parent f252f7542d
commit df25dc5c18

View File

@@ -50,7 +50,7 @@ namespace BlackMisc
}
#endif
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)