summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-06-16 10:17:20 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-16 11:03:11 +0000
commitf30bf3d08ff0cecf36dd42796a7cbca7c6dceb78 (patch)
tree8a8ea72c9e4e78a4e4c4f8f8b41369c8b4093b81 /src
parent40cca3b9407b91488b50633d5563324c7add075e (diff)
Correct RotationSensor::hasZ type documentation to 'bool'
Task-number: QTBUG-92512 Change-Id: I72137fa5e1e81b183c058aa600f7fb3204fe1c6c Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 491a3f9980b964c49ecd2301548f6db3cd96f127) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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.