summaryrefslogtreecommitdiffstats
path: root/tests/auto/render
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-12-02 19:49:40 +0000
committerMike Krus <mike.krus@kdab.com>2019-12-03 09:07:36 +0000
commit568b2d62e6e07b40d602bcd2a1c2e8e566c41b9f (patch)
tree9cadf41046830668d77884b8d4f80803d1152ae9 /tests/auto/render
parentac70d64a037e58a1e8c0fdebc83809f50948f742 (diff)
Revert "Fix post FF API changes"
84766ed9098f10efc53e4e43a75eef38fce7fbf6 Change-Id: I12341ec1b7bc68a7586c6671aa7b8f21caed17e0 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/render')
-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