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