summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmltiltsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/qmltiltsensor.cpp')
-rw-r--r--src/imports/sensors/qmltiltsensor.cpp10
1 files changed, 5 insertions, 5 deletions
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.