Rename speed -> velocity in the particle system
[profile/ivi/qtdeclarative.git] / tests / auto / particles / qquicktrailemitter / data / basic.qml
index 0425255..5ffd0ab 100644 (file)
@@ -1,8 +1,7 @@
 /****************************************************************************
 **
 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
 **
 ** This file is part of the test suite of the Qt Toolkit.
 **
@@ -35,6 +34,7 @@
 **
 **
 **
+**
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
@@ -64,7 +64,7 @@ Rectangle {
             size: 32
             emitRatePerParticle: 2
             lifeSpan: 500
-            speed: PointDirection{ x: 500; y: 500 }
+            velocity: PointDirection{ x: 500; y: 500 }
         }
         Emitter{
             x: 4