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