aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp')
-rw-r--r--tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp b/tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp
index 9c6f299884..06a2414e95 100644
--- a/tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp
+++ b/tests/auto/particles/qsgparticlesystem/tst_qsgparticlesystem.cpp
@@ -61,7 +61,7 @@ tst_qsgparticlesystem::tst_qsgparticlesystem()
void tst_qsgparticlesystem::test_basic()
{
- QSGView* view = createView(QCoreApplication::applicationDirPath() + "/data/basic.qml", 600);
+ QQuickView* view = createView(QCoreApplication::applicationDirPath() + "/data/basic.qml", 600);
QSGParticleSystem* system = view->rootObject()->findChild<QSGParticleSystem*>("system");
ensureAnimTime(600, system->m_animation);