summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-07-01 15:11:38 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-07-02 09:18:52 +0300
commit455e5a973be5f7c3afaff147f4482a69d134b5bd (patch)
tree12a2901b7e21b616b143d58694235f46587b33e7 /src
parent9538889ea04f42cde1bb079a9821f68ed7a8b6b5 (diff)
Remove unrelated remark from QTiltSensor documentation
The removed part looks like an accidental copy-paste from the QTiltSensor::calibrate() function implementation. Pick-to: 6.2 Task-number: QTBUG-92512 Change-Id: If706b8d4e8f0ebc83dfe0e87d6baa0134587354f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/qtiltsensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/qtiltsensor.cpp b/src/sensors/qtiltsensor.cpp
index a18b59a5..5c966bb2 100644
--- a/src/sensors/qtiltsensor.cpp
+++ b/src/sensors/qtiltsensor.cpp
@@ -133,7 +133,7 @@ char const * const QTiltSensor::sensorType("QTiltSensor");
\brief The QTiltSensor class is a convenience wrapper around QSensor.
- The only behavioural difference is that this class sets the type properly.QMetaObject::invokeMethod(backend(), "calibrate");
+ The only behavioural difference is that this class sets the type properly.
This class also features a reading() function that returns a QTiltReading instead of a QSensorReading.