diff options
author | Thomas McGuire <thomas.mcguire.qnx@kdab.com> | 2012-11-02 17:32:21 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-03 00:41:15 +0100 |
commit | 1b3b8a3619bb9fae6cf047f242398ecf0b189fc7 (patch) | |
tree | f2366d03f8ae188b71b2cbc9886364c9903b95fe /examples | |
parent | 40efdaa48c07758233225a0483f40158da6bddf6 (diff) | |
download | qtsensors-1b3b8a3619bb9fae6cf047f242398ecf0b189fc7.tar.gz |
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 <lorn.potter@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sensors/grue/import/main.cpp | 4 | ||||
-rw-r--r-- | examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc | 6 |
2 files changed, 5 insertions, 5 deletions
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 */ |