summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlrotationsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/qmlrotationsensor.cpp')
-rw-r--r--src/imports/sensors/qmlrotationsensor.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/imports/sensors/qmlrotationsensor.cpp b/src/imports/sensors/qmlrotationsensor.cpp
index 745af81c..cb7d47a6 100644
--- a/src/imports/sensors/qmlrotationsensor.cpp
+++ b/src/imports/sensors/qmlrotationsensor.cpp
@@ -46,9 +46,9 @@
\qmltype RotationSensor
\instantiates QmlRotationSensor
\ingroup qml-sensors_type
- \inqmlmodule QtMobility.sensors 1.3
- \since QtMobility.sensors 1.1
- \inherits QtMobility.sensors1::Sensor
+ \inqmlmodule QtSensors 5.0
+ \since QtSensors 5.0
+ \inherits QtSensors::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 QtMobility.sensors1::RotationSensor::hasZ
+ \qmlproperty qreal QtSensors::RotationSensor::hasZ
This property holds a value indicating if the z angle is available.
Please see QRotationSensor::hasZ for information about this property.
@@ -101,9 +101,9 @@ void QmlRotationSensor::_update()
\qmltype RotationReading
\instantiates QmlRotationSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtMobility.sensors 1.3
- \since QtMobility.sensors 1.1
- \inherits QtMobility.sensors1::SensorReading
+ \inqmlmodule QtSensors 5.0
+ \since QtSensors 5.0
+ \inherits QtSensors::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 QtMobility.sensors1::RotationReading::x
+ \qmlproperty qreal QtSensors::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 QtMobility.sensors1::RotationReading::y
+ \qmlproperty qreal QtSensors::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 QtMobility.sensors1::RotationReading::z
+ \qmlproperty qreal QtSensors::RotationReading::z
This property holds the rotation around the z axis.
Please see QRotationReading::z for information about this property.