summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-06-16 10:17:20 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-06-16 13:21:09 +0300
commit491a3f9980b964c49ecd2301548f6db3cd96f127 (patch)
treebdd1a61fdeb9537723dd068f61ae8298594c330b /src
parentc3cc1253ba159e6f4c9bd4c92da2b8c300ee94f2 (diff)
Correct RotationSensor::hasZ type documentation to 'bool'
Pick-to: 6.2 Task-number: QTBUG-92512 Change-Id: I72137fa5e1e81b183c058aa600f7fb3204fe1c6c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/sensorsquick/qmlrotationsensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensorsquick/qmlrotationsensor.cpp b/src/sensorsquick/qmlrotationsensor.cpp
index ef04c6bb..4eb6aac7 100644
--- a/src/sensorsquick/qmlrotationsensor.cpp
+++ b/src/sensorsquick/qmlrotationsensor.cpp
@@ -81,7 +81,7 @@ QSensor *QmlRotationSensor::sensor() const
}
/*!
- \qmlproperty qreal RotationSensor::hasZ
+ \qmlproperty bool RotationSensor::hasZ
This property holds a value indicating if the z angle is available.
Please see QRotationSensor::hasZ for information about this property.