From ceb982907c98d2e71e1d7b84c87b06328c6c391f Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 17 Aug 2012 11:51:21 +1000 Subject: Remove the QtSensors 5.0 import The gesture tests that were part of the sensors2 unit test have been retained. The tilt sensor tests were not, though they could be used as a base to make a unit test for the new tilt sensor class. Change any existing imports to use QtMobility.sensors 1.3. Change-Id: I8a7130b3c73980fdd577e96c10aecda15e79f8b2 Reviewed-by: Lorn Potter --- doc/src/examples/qmlqtsensors.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/examples/qmlqtsensors.qdoc') diff --git a/doc/src/examples/qmlqtsensors.qdoc b/doc/src/examples/qmlqtsensors.qdoc index 01937e03..4016fc44 100644 --- a/doc/src/examples/qmlqtsensors.qdoc +++ b/doc/src/examples/qmlqtsensors.qdoc @@ -54,16 +54,16 @@ Reading the data can be done for each sensor type like following: - \l {QtSensors5::TiltSensor} {TiltSensor} + \l {QtMobility.sensors1::TiltSensor} {TiltSensor} \snippet ../examples/sensors/qmlqtsensors/qmlqtsensors.qml 3 \snippet ../examples/sensors/qmlqtsensors/qmlqtsensors.qml 4 - \l {QtSensors5::AmbientLightSensor} {AmbientLightSensor} + \l {QtMobility.sensors1::AmbientLightSensor} {AmbientLightSensor} \snippet ../examples/sensors/qmlqtsensors/qmlqtsensors.qml 5 - \l {QtSensors5::ProximitySensor} {ProximitySensor} + \l {QtMobility.sensors1::ProximitySensor} {ProximitySensor} \snippet ../examples/sensors/qmlqtsensors/qmlqtsensors.qml 6 */ -- cgit v1.2.3