summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/opengl/renderer/tst_renderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/opengl/renderer/tst_renderer.cpp')
-rw-r--r--tests/auto/render/opengl/renderer/tst_renderer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/render/opengl/renderer/tst_renderer.cpp b/tests/auto/render/opengl/renderer/tst_renderer.cpp
index 1e83d8ab2..d4a11fa14 100644
--- a/tests/auto/render/opengl/renderer/tst_renderer.cpp
+++ b/tests/auto/render/opengl/renderer/tst_renderer.cpp
@@ -140,9 +140,9 @@ private Q_SLOTS:
// filterEntityByLayerJob,
// syncFilterEntityByLayerJob
- const int singleRenderViewCommandRebuildJobCount = 1 + Qt3DRender::Render::OpenGL::RenderViewBuilder::defaultJobCount();
+ const int singleRenderViewCommandRebuildJobCount = 1 + Qt3DCore::QAspectJobManager::idealThreadCount();
- const int singleRenderViewJobCount = 8 + 1 * Qt3DRender::Render::OpenGL::RenderViewBuilder::defaultJobCount();
+ const int singleRenderViewJobCount = 8 + 1 * Qt3DCore::QAspectJobManager::idealThreadCount();
// RenderViewBuilder renderViewJob,
// syncRenderViewInitializationJob,
// syncFrustumCullingJob,