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 --- src/imports/sensors/qmltiltsensor.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/imports/sensors/qmltiltsensor.cpp') diff --git a/src/imports/sensors/qmltiltsensor.cpp b/src/imports/sensors/qmltiltsensor.cpp index 34a3bc2f..08f42312 100644 --- a/src/imports/sensors/qmltiltsensor.cpp +++ b/src/imports/sensors/qmltiltsensor.cpp @@ -51,7 +51,7 @@ QT_END_NAMESPACE \ingroup qml-sensors_type \inqmlmodule QtSensors 5.0 \since QtSensors 5.0 - \inherits QtSensors::Sensor + \inherits Sensor \brief The TiltSensor element reports tilt events along the X and Y axes. @@ -84,7 +84,7 @@ QSensor *QmlTiltSensor::sensor() const } /*! - \qmlmethod QtSensors::TiltSensor::calibrate() + \qmlmethod TiltSensor::calibrate() Calibrate the tilt sensor. Please see QTiltSensor::calibrate() for information about this property. @@ -100,7 +100,7 @@ void QmlTiltSensor::calibrate() \ingroup qml-sensors_reading \inqmlmodule QtSensors 5.0 \since QtSensors 5.0 - \inherits QtSensors::SensorReading + \inherits SensorReading \brief The TiltReading element holds the most recent TiltSensor reading. The TiltReading element holds the most recent TiltSensor reading. @@ -122,7 +122,7 @@ QmlTiltSensorReading::~QmlTiltSensorReading() } /*! - \qmlproperty qreal QtSensors::TiltReading::yRotation + \qmlproperty qreal TiltReading::yRotation This property holds the amount of tilt on the Y axis. Please see QTiltReading::yRotation for information about this property. @@ -134,7 +134,7 @@ qreal QmlTiltSensorReading::yRotation() const } /*! - \qmlproperty qreal QtSensors::TiltReading::xRotation + \qmlproperty qreal TiltReading::xRotation This property holds the amount of tilt on the X axis. Please see QTiltReading::xRotation for information about this property. -- cgit v1.2.3