Rename speed -> velocity in the particle system
[profile/ivi/qtdeclarative.git] / examples / particles / imageparticle / rotation.qml
index 3a75c37..34e063b 100644 (file)
@@ -58,7 +58,7 @@ Rectangle {
         emitRate: 10
         size: 200
         lifeSpan: 10000
-        speed: AngleDirection {angleVariation: 360; magnitudeVariation: 100;}
+        velocity: AngleDirection {angleVariation: 360; magnitudeVariation: 100;}
     }
 
     MouseArea {