add async call to prepare context

This commit is contained in:
王劲鹏
2021-01-28 18:08:13 +08:00
committed by osborn
parent 93b7cc2457
commit 1592dcb739
7 changed files with 22 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ class AsyncCall {
public:
static void ensureRunInThreadPool(QThreadPool &threadPool, QRunnable *runnable)
{
threadPool.start(runnable);
}
};