summaryrefslogtreecommitdiffstats
path: root/tests/manual/assimp-cpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/assimp-cpp/main.cpp')
-rw-r--r--tests/manual/assimp-cpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/assimp-cpp/main.cpp b/tests/manual/assimp-cpp/main.cpp
index 06e0907be..af18874da 100644
--- a/tests/manual/assimp-cpp/main.cpp
+++ b/tests/manual/assimp-cpp/main.cpp
@@ -82,7 +82,7 @@ void SceneWalker::onStatusChanged()
// The QSceneLoader instance is a component of an entity. The loaded scene
// tree is added under this entity.
- QVector<Qt3DCore::QEntity *> entities = m_loader->entities();
+ QList<Qt3DCore::QEntity *> entities = m_loader->entities();
// Technically there could be multiple entities referencing the scene loader
// but sharing is discouraged, and in our case there will be one anyhow.