summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2012-11-02 17:32:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-03 00:41:15 +0100
commit1b3b8a3619bb9fae6cf047f242398ecf0b189fc7 (patch)
treef2366d03f8ae188b71b2cbc9886364c9903b95fe /examples
parent40efdaa48c07758233225a0483f40158da6bddf6 (diff)
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.cpp4
-rw-r--r--examples/sensors/qmlqtsensors/doc/src/qmlqtsensors.qdoc6
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/sensors/grue/import/main.cpp b/examples/sensors/grue/import/main.cpp
index db260bbd..5f6c925c 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 f6b4738c..c0e43b2a 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
*/