summaryrefslogtreecommitdiffstats
path: root/src/sensors/qtiltsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qtiltsensor.cpp')
-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.