aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgfriction/tst_qsgfriction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qsgfriction/tst_qsgfriction.cpp')
-rw-r--r--tests/auto/particles/qsgfriction/tst_qsgfriction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/particles/qsgfriction/tst_qsgfriction.cpp b/tests/auto/particles/qsgfriction/tst_qsgfriction.cpp
index bc622e4648..ad37c3ef38 100644
--- a/tests/auto/particles/qsgfriction/tst_qsgfriction.cpp
+++ b/tests/auto/particles/qsgfriction/tst_qsgfriction.cpp
@@ -61,7 +61,7 @@ tst_qsgfriction::tst_qsgfriction()
void tst_qsgfriction::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);