summaryrefslogtreecommitdiff
path: root/examples/sensors/maze
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-03-02 14:13:39 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-03 09:22:38 +0200
commit4c61854d60fb5d2c68c6dcb1fb5bdf5c0dead3e2 (patch)
treeb41d70a37b8a1ff76c32025d8562a94581a3bd22 /examples/sensors/maze
parentfb68fb8c052ae08fabed8f49256e79b0d0915fb0 (diff)
downloadqtsensors-4c61854d60fb5d2c68c6dcb1fb5bdf5c0dead3e2.tar.gz
Add TiltSensor to QtMobility.sensors 1.3
This has been adapted from the TiltSensor type in QtSensors 5.0 import but the code there has been split into multiple pieces. There's a C++ class, a generic backend and a QML interface. Change-Id: Ic09465a5f76250a02a13938abe4789958137376f Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'examples/sensors/maze')
-rw-r--r--examples/sensors/maze/maze.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sensors/maze/maze.qml b/examples/sensors/maze/maze.qml
index 4677505..4626287 100644
--- a/examples/sensors/maze/maze.qml
+++ b/examples/sensors/maze/maze.qml
@@ -173,9 +173,7 @@ ApplicationWindow {
//! [1]
TiltSensor{
id: tiltSensor
- unit: TiltSensor.Degrees
enabled: true
- accuracy: 5.0
}
//! [1]