From 21d43a81bfd59878c8fc13ce97b5a39ae1cd368e Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Wed, 30 May 2012 11:48:08 +1000 Subject: smooth out AccelBubble's bubble movement, and fixup docs accordingly. Change-Id: I8b4988e9e3b4671ca8558364350c52d46aa7409c Reviewed-by: Lincoln Ramsay --- doc/src/examples/accelbubble.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/examples/accelbubble.qdoc b/doc/src/examples/accelbubble.qdoc index 71885331..4c97c42d 100644 --- a/doc/src/examples/accelbubble.qdoc +++ b/doc/src/examples/accelbubble.qdoc @@ -42,11 +42,11 @@ \snippet ../examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.qml 1 - The accelerometer might run too fast for what we need, so add a timer to read the accelerometer's readings. + Use the 'active' property to start the sensor \snippet ../examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.qml 2 - Use the 'active' property to start the sensor + Move the bubble according to a factor of the accelerator sensor \snippet ../examples/QtSensors/QtSensors_accelbubble/QtSensors_accelbubble.qml 3 -- cgit v1.2.3