summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlcompass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/qmlcompass.cpp')
-rw-r--r--src/imports/sensors/qmlcompass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/sensors/qmlcompass.cpp b/src/imports/sensors/qmlcompass.cpp
index 4067c412..ce5f4280 100644
--- a/src/imports/sensors/qmlcompass.cpp
+++ b/src/imports/sensors/qmlcompass.cpp
@@ -46,7 +46,7 @@
\qmltype Compass
\instantiates QmlCompass
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The Compass element reports on heading using magnetic north as a reference.
@@ -83,7 +83,7 @@ QSensor *QmlCompass::sensor() const
\qmltype CompassReading
\instantiates QmlCompassReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The CompassReading element holds the most recent Compass reading.