summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlgyroscope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/qmlgyroscope.cpp')
-rw-r--r--src/imports/sensors/qmlgyroscope.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/sensors/qmlgyroscope.cpp b/src/imports/sensors/qmlgyroscope.cpp
index f193f437..1e936800 100644
--- a/src/imports/sensors/qmlgyroscope.cpp
+++ b/src/imports/sensors/qmlgyroscope.cpp
@@ -46,7 +46,7 @@
\qmltype Gyroscope
\instantiates QmlGyroscope
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The Gyroscope element reports on rotational acceleration
@@ -82,7 +82,7 @@ QSensor *QmlGyroscope::sensor() const
\qmltype GyroscopeReading
\instantiates QmlGyroscopeReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The GyroscopeReading element holds the most recent Gyroscope reading.