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