summaryrefslogtreecommitdiffstats
path: root/tests/auto/render
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-10-21 17:01:18 +0100
committerMike Krus <mike.krus@kdab.com>2019-10-22 21:29:58 +0100
commit84766ed9098f10efc53e4e43a75eef38fce7fbf6 (patch)
treed95332be5a1b3ba77be439833f7bc18469ccce78 /tests/auto/render
parent257c9bc8b53fb62fcad6bb8977b048d3a7563469 (diff)
Fix post FF API changes
Change-Id: I347f6df41c0a4f2295831e78248669b4a2d6b5ef 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 1ff899936..eaf85f5b6 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();
- rayCastingJob.postFrame(test->aspectManager());
+ Qt3DCore::QAspectJobPrivate::get(&rayCastingJob)->postFrame(test->aspectManager());
QCoreApplication::processEvents();
// THEN
@@ -345,7 +345,7 @@ private Q_SLOTS:
initializeJob(&rayCastingJob, test.data());
bool earlyReturn = !rayCastingJob.runHelper();
- rayCastingJob.postFrame(test->aspectManager());
+ Qt3DCore::QAspectJobPrivate::get(&rayCastingJob)->postFrame(test->aspectManager());
QCoreApplication::processEvents();
// THEN