summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2013-01-08 15:50:05 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-23 18:32:21 +0100
commit33edd92343082ab5d59e09fff049b6b74c40720e (patch)
tree884bdce2718873a38ec63e33178ac5d367809152
parentacd094c6d795a597d3b899633e207d65f79ea746 (diff)
Fix since documentation tag in sensor template script
Change-Id: Ia7d14a7d354fe95e038416e9883a507dd7ccba81 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
-rwxr-xr-xsrc/sensors/make_sensor.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sensors/make_sensor.pl b/src/sensors/make_sensor.pl
index 4d78a312..a2d5bf8c 100755
--- a/src/sensors/make_sensor.pl
+++ b/src/sensors/make_sensor.pl
@@ -188,7 +188,7 @@ IMPLEMENT_READING('.$reading.')
\class '.$reading.'
\ingroup sensors_reading
\inmodule QtSensors
- \since QtSensors 5.[INSERT VERSION HERE]
+ \since 5.[INSERT VERSION HERE]
\brief The '.$reading.' class holds readings from the [X] sensor.
@@ -226,7 +226,7 @@ void '.$reading.'::setMyprop(qreal myprop)
\class '.$filter.'
\ingroup sensors_filter
\inmodule QtSensors
- \since QtSensors 5.[INSERT VERSION HERE]
+ \since 5.[INSERT VERSION HERE]
\brief The '.$filter.' class is a convenience wrapper around QSensorFilter.
@@ -248,7 +248,7 @@ char const * const '.$sensor.'::type("'.$sensor.'");
\class '.$sensor.'
\ingroup sensors_type
\inmodule QtSensors
- \since QtSensors 5.[INSERT VERSION HERE]
+ \since 5.[INSERT VERSION HERE]
\brief The '.$sensor.' class is a convenience wrapper around QSensor.