summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2012-05-30 11:48:08 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-30 04:12:29 +0200
commit21d43a81bfd59878c8fc13ce97b5a39ae1cd368e (patch)
tree8cb073c36d7b49adcf75586e04cd804b3de28c78 /doc
parent85b31a981784ad07250fd715f414abd42b22ebd0 (diff)
smooth out AccelBubble's bubble movement, and fixup docs accordingly.
Change-Id: I8b4988e9e3b4671ca8558364350c52d46aa7409c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/accelbubble.qdoc4
1 files changed, 2 insertions, 2 deletions
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