summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlrotationsensor.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/qmlrotationsensor.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/qmlrotationsensor.cpp')
-rw-r--r--src/imports/sensors/qmlrotationsensor.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/imports/sensors/qmlrotationsensor.cpp b/src/imports/sensors/qmlrotationsensor.cpp
index cb7d47a6..e58a3f8c 100644
--- a/src/imports/sensors/qmlrotationsensor.cpp
+++ b/src/imports/sensors/qmlrotationsensor.cpp
@@ -48,7 +48,7 @@
\ingroup qml-sensors_type
\inqmlmodule QtSensors 5.0
\since QtSensors 5.0
- \inherits QtSensors::Sensor
+ \inherits Sensor
\brief The RotationSensor element reports on device rotation
around the X, Y and Z axes.
@@ -82,7 +82,7 @@ QSensor *QmlRotationSensor::sensor() const
}
/*!
- \qmlproperty qreal QtSensors::RotationSensor::hasZ
+ \qmlproperty qreal RotationSensor::hasZ
This property holds a value indicating if the z angle is available.
Please see QRotationSensor::hasZ for information about this property.
@@ -103,7 +103,7 @@ void QmlRotationSensor::_update()
\ingroup qml-sensors_reading
\inqmlmodule QtSensors 5.0
\since QtSensors 5.0
- \inherits QtSensors::SensorReading
+ \inherits SensorReading
\brief The RotationReading element holds the most recent RotationSensor reading.
The RotationReading element holds the most recent RotationSensor reading.
@@ -125,7 +125,7 @@ QmlRotationSensorReading::~QmlRotationSensorReading()
}
/*!
- \qmlproperty qreal QtSensors::RotationReading::x
+ \qmlproperty qreal RotationReading::x
This property holds the rotation around the x axis.
Please see QRotationReading::x for information about this property.
@@ -137,7 +137,7 @@ qreal QmlRotationSensorReading::x() const
}
/*!
- \qmlproperty qreal QtSensors::RotationReading::y
+ \qmlproperty qreal RotationReading::y
This property holds the rotation around the y axis.
Please see QRotationReading::y for information about this property.
@@ -149,7 +149,7 @@ qreal QmlRotationSensorReading::y() const
}
/*!
- \qmlproperty qreal QtSensors::RotationReading::z
+ \qmlproperty qreal RotationReading::z
This property holds the rotation around the z axis.
Please see QRotationReading::z for information about this property.