summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/raycastingjob/tst_raycastingjob.cpp')
-rw-r--r--tests/auto/render/raycastingjob/tst_raycastingjob.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/render/raycastingjob/tst_raycastingjob.cpp b/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
index eaf85f5b6..1ff899936 100644
--- a/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
+++ b/tests/auto/render/raycastingjob/tst_raycastingjob.cpp
@@ -285,7 +285,7 @@ private Q_SLOTS:
initializeJob(&rayCastingJob, test.data());
bool earlyReturn = !rayCastingJob.runHelper();
- Qt3DCore::QAspectJobPrivate::get(&rayCastingJob)->postFrame(test->aspectManager());
+ rayCastingJob.postFrame(test->aspectManager());
QCoreApplication::processEvents();
// THEN
@@ -345,7 +345,7 @@ private Q_SLOTS:
initializeJob(&rayCastingJob, test.data());
bool earlyReturn = !rayCastingJob.runHelper();
- Qt3DCore::QAspectJobPrivate::get(&rayCastingJob)->postFrame(test->aspectManager());
+ rayCastingJob.postFrame(test->aspectManager());
QCoreApplication::processEvents();
// THEN