summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/qaspectjobmanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/jobs/qaspectjobmanager_p.h')
-rw-r--r--src/core/jobs/qaspectjobmanager_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/jobs/qaspectjobmanager_p.h b/src/core/jobs/qaspectjobmanager_p.h
index db0075443..06dd5286b 100644
--- a/src/core/jobs/qaspectjobmanager_p.h
+++ b/src/core/jobs/qaspectjobmanager_p.h
@@ -79,6 +79,7 @@ public:
int waitForAllJobs() override;
void waitForPerThreadFunction(JobFunction func, void *arg) override;
+ static int idealThreadCount();
private:
QThreadPooler *m_threadPooler;