summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-06-19 11:59:33 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 05:30:30 +0200
commit5601d9e0e0c5fa5c9026a2904427a7ee87d188c4 (patch)
treeb511b88f19dacfded804bd0b39a2efefcef90634 /src
parent3aebcb96b72c8e2dbfeff078e67af55489c2bac8 (diff)
Remove duplicate (incorrect) \sa link.
The correct link is already present so remove the broken one. Change-Id: Ieb41733f40ff9f79a6a14ad0820d9c8b026f967e Fixes: QTBUG-25927 Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/imports/sensors2/qsensor2tilt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/sensors2/qsensor2tilt.cpp b/src/imports/sensors2/qsensor2tilt.cpp
index 189a1b2b..46fc00cf 100644
--- a/src/imports/sensors2/qsensor2tilt.cpp
+++ b/src/imports/sensors2/qsensor2tilt.cpp
@@ -318,7 +318,7 @@ inline qreal calcRoll(double Ax, double Ay, double Az)
This signal is emitted whenever the change from at leat one of the rotation values was higher than the accuracy.
The angle value is based on the specified unit (Degree or Radian).
- \sa {QtSensors5::TiltSensor::unit}, {TiltSensor.unit}
+ \sa {QtSensors5::TiltSensor::unit}
*/
qreal QSensor2Tilt::accuracy()
{