From 4c61854d60fb5d2c68c6dcb1fb5bdf5c0dead3e2 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 2 Mar 2012 14:13:39 +1000 Subject: 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 --- examples/sensors/maze/maze.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/sensors/maze/maze.qml') diff --git a/examples/sensors/maze/maze.qml b/examples/sensors/maze/maze.qml index 46775056..46262877 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] -- cgit v1.2.3