summaryrefslogtreecommitdiffstats
path: root/src/sensorsquick/qmllidsensor.cpp
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-06-22 16:20:43 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-29 08:46:48 +0000
commitcf9bde07bf104459f433e18f1ef1e75cd66fcf1f (patch)
tree43449164364bcee9c8f90e24ff256080e185005f /src/sensorsquick/qmllidsensor.cpp
parentcb4adddcd0e322c527b307dbf6e353fcf1d69a6a (diff)
Update QtSensors platform- and sensor support in Qt6
This commit removes the sensor frontend implementations of QAltimeter, QDistanceSensor, QHolsterSensor and their QML counterparts. Since the BlackBerry backend removal in 2015 these sensors have not had a backend support. Sensorfw is not currently supported by Qt6, and as the sole backend provider the following sensors have been removed from documentation until such support is reintroduced: QIRProximitySensor, QLidSensor, QTapSensor and their QML counterparts. [ChangeLog][QAltimeter] Remove support [ChangeLog][QDistanceSensor] Remove support [ChangeLog][QHolsterSensor] Remove support [ChangeLog][QIRProximitySensor] Disable documentation [ChangeLog][QLidSensor] Disable documentation [ChangeLog][QTapSensor] Disable documentation Task-number: QTBUG-92512 Change-Id: Ic89e91bf65e7a70a2faf0fb566bb24f2f1005a4e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit d40c4d0b3766043cf4fbaa87acd76b11bf733369) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/sensorsquick/qmllidsensor.cpp')
-rw-r--r--src/sensorsquick/qmllidsensor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sensorsquick/qmllidsensor.cpp b/src/sensorsquick/qmllidsensor.cpp
index 3c841f2b..0ec4a17f 100644
--- a/src/sensorsquick/qmllidsensor.cpp
+++ b/src/sensorsquick/qmllidsensor.cpp
@@ -47,6 +47,7 @@
\since QtSensors 5.9
\inherits Sensor
\brief The LidSensor element reports on whether a device is closed.
+ \internal
The LidSensor element reports on whether a device is closed.
@@ -84,6 +85,7 @@ QSensor *QmlLidSensor::sensor() const
\since QtSensors 5.9
\inherits SensorReading
\brief The LidReading element holds the most recent LidSensor reading.
+ \internal
The LidReading element holds the most recent LidSensor reading.