summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmltapsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/sensors/qmltapsensor.cpp')
-rw-r--r--src/imports/sensors/qmltapsensor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/sensors/qmltapsensor.cpp b/src/imports/sensors/qmltapsensor.cpp
index 8877b0b0..266a4f94 100644
--- a/src/imports/sensors/qmltapsensor.cpp
+++ b/src/imports/sensors/qmltapsensor.cpp
@@ -46,7 +46,7 @@
\qmltype TapSensor
\instantiates QmlTapSensor
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits Sensor
\brief The TapSensor element reports tap and double tap events
@@ -104,7 +104,7 @@ void QmlTapSensor::setReturnDoubleTapEvents(bool ret)
\qmltype TapReading
\instantiates QmlTapSensorReading
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.0
\inherits SensorReading
\brief The TapReading element holds the most recent TapSensor reading.