summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlgyroscope.cpp
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 /src/imports/sensors/qmlgyroscope.cpp
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 'src/imports/sensors/qmlgyroscope.cpp')
-rw-r--r--src/imports/sensors/qmlgyroscope.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/sensors/qmlgyroscope.cpp b/src/imports/sensors/qmlgyroscope.cpp
index a60a7eb8..f193f437 100644
--- a/src/imports/sensors/qmlgyroscope.cpp
+++ b/src/imports/sensors/qmlgyroscope.cpp
@@ -48,7 +48,7 @@
\ingroup qml-sensors_type
\inqmlmodule QtSensors 5.0
\since QtSensors 5.0
- \inherits QtSensors::Sensor
+ \inherits Sensor
\brief The Gyroscope element reports on rotational acceleration
around the X, Y and Z axes.
@@ -84,7 +84,7 @@ QSensor *QmlGyroscope::sensor() const
\ingroup qml-sensors_reading
\inqmlmodule QtSensors 5.0
\since QtSensors 5.0
- \inherits QtSensors::SensorReading
+ \inherits SensorReading
\brief The GyroscopeReading element holds the most recent Gyroscope reading.
The GyroscopeReading element holds the most recent Gyroscope reading.
@@ -106,7 +106,7 @@ QmlGyroscopeReading::~QmlGyroscopeReading()
}
/*!
- \qmlproperty qreal QtSensors::GyroscopeReading::x
+ \qmlproperty qreal GyroscopeReading::x
This property holds the angular velocity around the x axis.
Please see QGyroscopeReading::x for information about this property.
@@ -118,7 +118,7 @@ qreal QmlGyroscopeReading::x() const
}
/*!
- \qmlproperty qreal QtSensors::GyroscopeReading::y
+ \qmlproperty qreal GyroscopeReading::y
This property holds the angular velocity around the y axis.
Please see QGyroscopeReading::y for information about this property.
@@ -130,7 +130,7 @@ qreal QmlGyroscopeReading::y() const
}
/*!
- \qmlproperty qreal QtSensors::GyroscopeReading::z
+ \qmlproperty qreal GyroscopeReading::z
This property holds the angular velocity around the z axis.
Please see QGyroscopeReading::z for information about this property.