summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp')
-rw-r--r--tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp b/tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp
index a5e3e7f4c..af1c0a206 100644
--- a/tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp
+++ b/tests/auto/render/qboundingvolumedebug/tst_qboundingvolumedebug.cpp
@@ -108,7 +108,7 @@ private Q_SLOTS:
// THEN
QCOMPARE(arbiter.events.size(), 1);
- Qt3DCore::QScenePropertyChangePtr change = arbiter.events.last().staticCast<Qt3DCore::QScenePropertyChange>();
+ Qt3DCore::QNodePropertyChangePtr change = arbiter.events.last().staticCast<Qt3DCore::QNodePropertyChange>();
QCOMPARE(change->propertyName(), "recursive");
QCOMPARE(change->value().toBool(), true);
QCOMPARE(change->type(), Qt3DCore::NodeUpdated);
@@ -128,7 +128,7 @@ private Q_SLOTS:
// THEN
QCOMPARE(arbiter.events.size(), 1);
- change = arbiter.events.last().staticCast<Qt3DCore::QScenePropertyChange>();
+ change = arbiter.events.last().staticCast<Qt3DCore::QNodePropertyChange>();
QCOMPARE(change->propertyName(), "recursive");
QCOMPARE(change->value().toBool(), false);
QCOMPARE(change->type(), Qt3DCore::NodeUpdated);