add async call to prepare context
This commit is contained in:
@@ -8,7 +8,7 @@ class AsyncCall {
|
||||
public:
|
||||
static void ensureRunInThreadPool(QThreadPool &threadPool, QRunnable *runnable)
|
||||
{
|
||||
|
||||
threadPool.start(runnable);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user