aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-02-07 10:03:06 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-07 03:55:48 +0100
commitdf9b5ed53f5a5e6bfe1354e3a7d890deb2405429 (patch)
tree00a9e6ce91866c21c6b34962eacfbb13be2fe154 /tests/auto/particles
parent5590d4aea56173ee644c80ea09984b6d07b0c1df (diff)
Update test files to API changes
API changes are being managed, but the test files shouldn't be triggering the warning. Change-Id: Ifd6c0c08be9979d72f98eb6a1df07daf9302772e Reviewed-by: Martin Jones <martin.jones@nokia.com>
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
}
}