summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmltapsensor.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-25 14:47:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-27 10:55:50 +0200
commite4ff58731699e1202396f9ef5863f462fa1d9456 (patch)
tree6e0efec10aca951571f9f9b4ce86639f6bc6e663 /src/imports/sensors/qmltapsensor.cpp
parentfc3b83939b10b3d7189b2d230a31c1e5663ae2d6 (diff)
Doc: Removed QML version from \inqmlmodule and put it in \qmlmodulev5.2.0-beta1
-QDoc uses \qmlmodule to determine version -QDoc ignores versions in \inqmlmodule but it is better to remove the version to avoid confusion Task-number: QTBUG-32172 Change-Id: Iccab6b3fe201e8f01ddf130cd985bc0482425bf5 Reviewed-by: Alex Blasche <alexander.blasche@digia.com> Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
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.