Rename speed -> velocity in the particle system
[profile/ivi/qtdeclarative.git] / examples / particles / imageparticle / sharing.qml
index 27e0832..d1a516f 100644 (file)
@@ -122,7 +122,7 @@ Rectangle {
             lifeSpan: 10000
             size: 24
             sizeVariation: 8
-            speed: AngleDirection { angleVariation: 360; magnitude: 3 }
+            velocity: AngleDirection { angleVariation: 360; magnitude: 3 }
             maximumEmitted: 10
             startTime: 5000
         }