summaryrefslogtreecommitdiffstats
path: root/src/sensorsquick/qmlirproximitysensor.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/qmlirproximitysensor.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/qmlirproximitysensor.cpp')
-rw-r--r--src/sensorsquick/qmlirproximitysensor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sensorsquick/qmlirproximitysensor.cpp b/src/sensorsquick/qmlirproximitysensor.cpp
index 81c41f33..bcc24937 100644
--- a/src/sensorsquick/qmlirproximitysensor.cpp
+++ b/src/sensorsquick/qmlirproximitysensor.cpp
@@ -48,6 +48,7 @@
\since QtSensors 5.0
\inherits Sensor
\brief The IRProximitySensor element reports on infra-red reflectance values.
+ \internal
This element wraps the QIRProximitySensor class. Please see the documentation for
QIRProximitySensor for details.
@@ -83,6 +84,7 @@ QSensor *QmlIRProximitySensor::sensor() const
\since QtSensors 5.0
\inherits SensorReading
\brief The IRProximityReading element holds the most recent IR proximity reading.
+ \internal
The IRProximityReading element holds the most recent IR proximity reading.