summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2019-12-20 12:41:04 +0100
committerMike Krus <mike.krus@kdab.com>2020-02-11 06:08:41 +0000
commitb828609440a4771838c242b3ad9962ecd7a2fe99 (patch)
tree5da6bce0cda327c4cca96696bce512ec243cc1fd /tests/auto/render/sortpolicy/tst_sortpolicy.cpp
parentb0eb152b82cdd9658154ff7d9ef9e764eccc1ebd (diff)
Remove deprecated classes and functions
Mostly old messaging API Change-Id: I17eb2206b2ede56d2f7d36375d5e711d6149019f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests/auto/render/sortpolicy/tst_sortpolicy.cpp')
-rw-r--r--tests/auto/render/sortpolicy/tst_sortpolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/sortpolicy/tst_sortpolicy.cpp b/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
index 5552a1760..b6ee78f41 100644
--- a/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
+++ b/tests/auto/render/sortpolicy/tst_sortpolicy.cpp
@@ -55,7 +55,7 @@ private Q_SLOTS:
Qt3DRender::QFrameGraphNode parent;
auto parentBackend = new Qt3DRender::Render::FrameGraphNode;
parentBackend->setRenderer(&renderer);
- simulateInitialization(&parent, parentBackend);
+ simulateInitializationSync(&parent, parentBackend);
Qt3DRender::Render::FrameGraphManager manager;
manager.appendNode(parent.id(), parentBackend);