aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp')
-rw-r--r--tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp b/tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp
index a416271669..cd0378392c 100644
--- a/tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp
+++ b/tests/auto/particles/qsgimageparticle/tst_qsgimageparticle.cpp
@@ -67,7 +67,7 @@ tst_qsgimageparticle::tst_qsgimageparticle()
void tst_qsgimageparticle::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);
@@ -110,7 +110,7 @@ void tst_qsgimageparticle::test_basic()
void tst_qsgimageparticle::test_colored()
{
- QSGView* view = createView(QCoreApplication::applicationDirPath() + "/data/colored.qml", 600);
+ QQuickView* view = createView(QCoreApplication::applicationDirPath() + "/data/colored.qml", 600);
QSGParticleSystem* system = view->rootObject()->findChild<QSGParticleSystem*>("system");
ensureAnimTime(600, system->m_animation);
@@ -153,7 +153,7 @@ void tst_qsgimageparticle::test_colored()
void tst_qsgimageparticle::test_deformed()
{
- QSGView* view = createView(QCoreApplication::applicationDirPath() + "/data/deformed.qml", 600);
+ QQuickView* view = createView(QCoreApplication::applicationDirPath() + "/data/deformed.qml", 600);
QSGParticleSystem* system = view->rootObject()->findChild<QSGParticleSystem*>("system");
ensureAnimTime(600, system->m_animation);
@@ -196,7 +196,7 @@ void tst_qsgimageparticle::test_deformed()
void tst_qsgimageparticle::test_tabled()
{
- QSGView* view = createView(QCoreApplication::applicationDirPath() + "/data/tabled.qml", 600);
+ QQuickView* view = createView(QCoreApplication::applicationDirPath() + "/data/tabled.qml", 600);
QSGParticleSystem* system = view->rootObject()->findChild<QSGParticleSystem*>("system");
ensureAnimTime(600, system->m_animation);
@@ -240,7 +240,7 @@ void tst_qsgimageparticle::test_tabled()
void tst_qsgimageparticle::test_sprite()
{
- QSGView* view = createView(QCoreApplication::applicationDirPath() + "/data/sprite.qml", 600);
+ QQuickView* view = createView(QCoreApplication::applicationDirPath() + "/data/sprite.qml", 600);
QSGParticleSystem* system = view->rootObject()->findChild<QSGParticleSystem*>("system");
ensureAnimTime(600, system->m_animation);