summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/qmlsensor.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-03-19 13:42:57 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-04-30 08:25:13 +0000
commit299bbcdb59198910188ebe1abbae1d9868d8ae6d (patch)
tree9087242eeeba484a28f304e11d348c9217777187 /src/imports/sensors/qmlsensor.cpp
parent5755e89a9de6c60ac574759bc820a7b915b9ee62 (diff)
Doc: Fix qdoc errors
Change-Id: I989cc21bdbbd56c3b14b934b3256bda3a01a6764 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/imports/sensors/qmlsensor.cpp')
-rw-r--r--src/imports/sensors/qmlsensor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/imports/sensors/qmlsensor.cpp b/src/imports/sensors/qmlsensor.cpp
index 84eea6f7..0389af4a 100644
--- a/src/imports/sensors/qmlsensor.cpp
+++ b/src/imports/sensors/qmlsensor.cpp
@@ -399,7 +399,8 @@ void QmlSensor::setBufferSize(int bufferSize)
/*!
\qmlmethod bool Sensor::start()
- Start retrieving values from the sensor. Returns true if the sensor was started, false otherwise.
+ Start retrieving values from the sensor. Returns true if the sensor
+ was started, false otherwise.
Please see QSensor::start() for information.
*/
@@ -413,6 +414,7 @@ bool QmlSensor::start()
/*!
\qmlmethod bool Sensor::stop()
Stop retrieving values from the sensor.
+ Returns true if the sensor was stopped, false otherwise.
Please see QSensor::stop() for information.
*/