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
committerJuha Vuolle <juha.vuolle@insta.fi>2021-06-29 11:16:01 +0300
commitd40c4d0b3766043cf4fbaa87acd76b11bf733369 (patch)
tree236ecb40644fa4c0997684f40bcb3cddcaf6d059 /src/sensorsquick/qmllidsensor.cpp
parent175a5ab34240c723ad2c2a2d60ad38a01ed6d218 (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 Pick-to: 6.2 Task-number: QTBUG-92512 Change-Id: Ic89e91bf65e7a70a2faf0fb566bb24f2f1005a4e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
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.