aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles')
-rw-r--r--tests/auto/particles/qquickimageparticle/data/sprite.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/particles/qquickimageparticle/data/sprite.qml b/tests/auto/particles/qquickimageparticle/data/sprite.qml
index bf2698631d..21cdbf447c 100644
--- a/tests/auto/particles/qquickimageparticle/data/sprite.qml
+++ b/tests/auto/particles/qquickimageparticle/data/sprite.qml
@@ -57,7 +57,7 @@ Rectangle {
name: "happy"
source: "../../shared/squarefacesprite.png"
frames: 6
- duration: 120
+ frameDuration: 120
}
}