aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickwander/tst_qquickwander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qquickwander/tst_qquickwander.cpp')
-rw-r--r--tests/auto/particles/qquickwander/tst_qquickwander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/particles/qquickwander/tst_qquickwander.cpp b/tests/auto/particles/qquickwander/tst_qquickwander.cpp
index 6e37fc648c..51ef7a272e 100644
--- a/tests/auto/particles/qquickwander/tst_qquickwander.cpp
+++ b/tests/auto/particles/qquickwander/tst_qquickwander.cpp
@@ -61,7 +61,7 @@ void tst_qquickwander::test_basic()
//the 500 was randomly changed from 0.0 in velocity
bool vxChanged = false;
bool vyChanged = false;
- foreach (QQuickParticleData *d, system->groupData[0]->data) {
+ for (QQuickParticleData *d : qAsConst(system->groupData[0]->data)) {
if (d->t == -1)
continue; //Particle data unused