From 5df94d89033e7bbb3f41840a4c07a628ed66b4d5 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 25 Jun 2012 12:01:46 +1000 Subject: Rename speed -> velocity in the particle system Matches the convention set in the QtQuick module, for example by ListView and Flickable. Change-Id: I8df57ed1ced8128723d790c30c00cc1b2062787d Reviewed-by: Bea Lam --- tests/auto/particles/qquicktrailemitter/data/basic.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/particles/qquicktrailemitter') diff --git a/tests/auto/particles/qquicktrailemitter/data/basic.qml b/tests/auto/particles/qquicktrailemitter/data/basic.qml index 77058f0785..5ffd0abc64 100644 --- a/tests/auto/particles/qquicktrailemitter/data/basic.qml +++ b/tests/auto/particles/qquicktrailemitter/data/basic.qml @@ -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 -- cgit v1.2.3