summaryrefslogtreecommitdiffstats
path: root/src/sensors/make_sensor.pl
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-09-30 23:10:28 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-09-30 23:10:28 +0200
commitb9342258fdbd90783f035285db14fa4825d717bc (patch)
treeec24d119da63ef0716573b9e33adf22d59b38d6d /src/sensors/make_sensor.pl
parent8e0fc2d94f803423f4ad88f7e7ddec3d0d97c01d (diff)
parente4ff58731699e1202396f9ef5863f462fa1d9456 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/sensors/make_sensor.pl')
-rwxr-xr-xsrc/sensors/make_sensor.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sensors/make_sensor.pl b/src/sensors/make_sensor.pl
index 00afa724..87ae2665 100755
--- a/src/sensors/make_sensor.pl
+++ b/src/sensors/make_sensor.pl
@@ -153,7 +153,7 @@ if (! -e $qmlsource) {
\qmltype '.$no_q_sensor.'
\instantiates '.$qmlsensor.'
\ingroup qml-sensors_type
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.[INSERT VERSION HERE]
\inherits Sensor
\brief The '.$no_q_sensor.' element reports on fubbleness.
@@ -190,7 +190,7 @@ QSensor *'.$qmlsensor.'::sensor() const
\qmltype '.$no_q_reading.'
\instantiates '.$qmlreading.'
\ingroup qml-sensors_reading
- \inqmlmodule QtSensors 5.0
+ \inqmlmodule QtSensors
\since QtSensors 5.[INSERT VERSION HERE]
\inherits SensorReading
\brief The '.$no_q_reading.' element holds the most recent '.$no_q_sensor.' reading.