summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp')
-rw-r--r--tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp b/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
index b3d6744f2..aea512f1c 100644
--- a/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
+++ b/tests/auto/animation/findrunningclipanimatorsjob/tst_findrunningclipanimatorsjob.cpp
@@ -140,7 +140,7 @@ private Q_SLOTS:
QLatin1String("Location"),
Qt3DCore::QNodeId::createId(),
"translation",
- static_cast<int>(QVariant::Vector3D),
+ static_cast<int>(QMetaType::QVector3D),
3);
channelMapper = createChannelMapper(handler, QList<Qt3DCore::QNodeId> { channelMapping->peerId() });
animator->setMapperId(channelMapper->peerId());
@@ -181,7 +181,7 @@ private Q_SLOTS:
QLatin1String("Location"),
Qt3DCore::QNodeId::createId(),
"translation",
- static_cast<int>(QVariant::Vector3D),
+ static_cast<int>(QMetaType::QVector3D),
3);
channelMapper = createChannelMapper(handler, QList<Qt3DCore::QNodeId> { channelMapping->peerId() });
animator->setMapperId(channelMapper->peerId());