summaryrefslogtreecommitdiffstats
path: root/tests/manual/mesh-morphing/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/mesh-morphing/main.cpp')
-rw-r--r--tests/manual/mesh-morphing/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/mesh-morphing/main.cpp b/tests/manual/mesh-morphing/main.cpp
index 641722a4c..a2c9dfc17 100644
--- a/tests/manual/mesh-morphing/main.cpp
+++ b/tests/manual/mesh-morphing/main.cpp
@@ -108,8 +108,8 @@ int main(int argc, char **argv)
cylinder3->setRadius(1.0f);
QStringList attributes;
- attributes.push_back(Qt3DRender::QAttribute::defaultPositionAttributeName());
- attributes.push_back(Qt3DRender::QAttribute::defaultNormalAttributeName());
+ attributes.push_back(Qt3DCore::QAttribute::defaultPositionAttributeName());
+ attributes.push_back(Qt3DCore::QAttribute::defaultNormalAttributeName());
QVector<Qt3DAnimation::QMorphTarget*> morphTargets;
morphTargets.push_back(Qt3DAnimation::QMorphTarget::fromGeometry(cylinder1, attributes));