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/qmlorientationsensor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/imports/sensors/qmlorientationsensor.cpp') diff --git a/src/imports/sensors/qmlorientationsensor.cpp b/src/imports/sensors/qmlorientationsensor.cpp index a51dd87c..371ca699 100644 --- a/src/imports/sensors/qmlorientationsensor.cpp +++ b/src/imports/sensors/qmlorientationsensor.cpp @@ -48,7 +48,7 @@ \ingroup qml-sensors_type \inqmlmodule QtSensors 5.0 \since QtSensors 5.0 - \inherits QtSensors::Sensor + \inherits Sensor \brief The OrientationSensor element reports device orientation. The OrientationSensor element reports device orientation. @@ -85,7 +85,7 @@ QSensor *QmlOrientationSensor::sensor() const \ingroup qml-sensors_reading \inqmlmodule QtSensors 5.0 \since QtSensors 5.0 - \inherits QtSensors::SensorReading + \inherits SensorReading \brief The OrientationReading element holds the most recent OrientationSensor reading. The OrientationReading element holds the most recent OrientationSensor reading. @@ -107,7 +107,7 @@ QmlOrientationSensorReading::~QmlOrientationSensorReading() } /*! - \qmlproperty Orientation QtSensors::OrientationReading::orientation + \qmlproperty Orientation OrientationReading::orientation This property holds the orientation of the device. Please see QOrientationReading::orientation for information about this property. -- cgit v1.2.3