summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/src/compatmap.qdoc
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-08-09 12:09:21 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-08-16 12:20:32 +0300
commit1e6f2126f11a62813dd652d3df0edb8bff8dfbf1 (patch)
tree00ff952befa84b6de8176037ee1fab74ef60e915 /src/sensors/doc/src/compatmap.qdoc
parent47dd71e249b6e2fe560592423f4b9d36d6919e50 (diff)
Disable gestures from QtSensors
The sensor gestures requires some rethinking in order to be of more use for the developers. Therefore we should not yet commit to the old API at least in the first Qt 6 sensors release. This commit disables the gestures by: - Excluding gesture code from compilation - Excluding gesture examples and tests from compilation - Excluding the gesture related documentation - And updating the Qt 6 porting guide Pick-to: 6.2 Task-number: QTBUG-95747 Task-number: QTBUG-95649 Change-Id: I33c1e010825a88b10fa1f7ad49ad3b5383b470aa Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/sensors/doc/src/compatmap.qdoc')
-rw-r--r--src/sensors/doc/src/compatmap.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sensors/doc/src/compatmap.qdoc b/src/sensors/doc/src/compatmap.qdoc
index f013c891..acb98193 100644
--- a/src/sensors/doc/src/compatmap.qdoc
+++ b/src/sensors/doc/src/compatmap.qdoc
@@ -165,6 +165,4 @@
a magnetometer might support returning geo values. See QSensor::isFeatureSupported() for
additional details.
- Sensor Gestures are mostly platform independent, and will run if the platform has the sensors required.
- Whether they are supported and work well or not depends on the platform.
*/