aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp')
-rw-r--r--tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp b/tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp
index 040a5e98b5..92ee0c2623 100644
--- a/tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp
+++ b/tests/auto/particles/qsgellipseextruder/tst_qsgellipseextruder.cpp
@@ -77,7 +77,7 @@ bool tst_qsgellipseextruder::inCircle(qreal x, qreal y, qreal r, bool borderOnly
void tst_qsgellipseextruder::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);