summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-08-13 10:16:43 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-19 12:38:38 +0000
commit6616df631e6a67491a8c14eb1c4d921fbb8ea671 (patch)
treea0877405e6c73cc2d798e8d7657b8f123e745f94
parent3981f31654aeddf939558ad240ca3829ca1597dc (diff)
Document Windows backend specific details
Task-number: QTBUG-95784 Change-Id: Ib125591ae8b2d342bfba71e3b9ff81f0795e6cb3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> (cherry picked from commit dd2308935a67ed4649d9b419bfe88143b928d27d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/sensors/doc/src/compatmap.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/sensors/doc/src/compatmap.qdoc b/src/sensors/doc/src/compatmap.qdoc
index acb98193..48384ee2 100644
--- a/src/sensors/doc/src/compatmap.qdoc
+++ b/src/sensors/doc/src/compatmap.qdoc
@@ -159,10 +159,14 @@
\endraw
- 1) Support depends on the underlying platform
-
In addition to the table above, each sensor type might support specific features. For example,
a magnetometer might support returning geo values. See QSensor::isFeatureSupported() for
additional details.
+ \section1 Platform specific notes
+
+ \section2 Windows
+
+ The Windows backend is supported in Qt installations that were built with MSVC.
+
*/