From 1b3b8a3619bb9fae6cf047f242398ecf0b189fc7 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Fri, 2 Nov 2012 17:32:21 +0100 Subject: Remove the QtSensors:: prefix from documentation. This appears to be implicit. Now the property documentation is built correctly. Change-Id: I3998582fdeabf751a612c379df69f5eb41b9419d Reviewed-by: Lorn Potter --- examples/sensors/grue/import/main.cpp | 4 ++-- examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp index db260bb..5f6c925 100644 --- a/examples/sensors/grue/import/main.cpp +++ b/examples/sensors/grue/import/main.cpp @@ -111,7 +111,7 @@ QT_END_NAMESPACE /* \qmltype GrueSensor \instantiates GrueSensor - \inherits QtSensors::Sensor + \inherits Sensor \inqmlmodule Grue 1.0 \brief The GrueSensor type reports on your chance of being eaten by a Grue. @@ -124,7 +124,7 @@ QT_END_NAMESPACE /* \qmltype GrueSensorReading \instantiates GrueSensorReading - \inherits QtSensors::SensorReading + \inherits SensorReading \inqmlmodule Grue 1.0 \brief The GrueSensorReading type holds the most recent GrueSensor reading. diff --git a/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc b/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc index f6b4738..c0e43b2 100644 --- a/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc +++ b/examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc @@ -54,16 +54,16 @@ Reading the data can be done for each sensor type like following: - \l {QtSensors::TiltSensor} {TiltSensor} + \l {TiltSensor} {TiltSensor} \snippet qmlqtsensors/qmlqtsensors.qml 3 \snippet qmlqtsensors/qmlqtsensors.qml 4 - \l {QtSensors::AmbientLightSensor} {AmbientLightSensor} + \l {AmbientLightSensor} {AmbientLightSensor} \snippet qmlqtsensors/qmlqtsensors.qml 5 - \l {QtSensors::ProximitySensor} {ProximitySensor} + \l {ProximitySensor} {ProximitySensor} \snippet qmlqtsensors/qmlqtsensors.qml 6 */ -- cgit v1.2.1