summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-08-13 10:16:43 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-08-19 14:29:27 +0300
commitdd2308935a67ed4649d9b419bfe88143b928d27d (patch)
tree3aabda72e4f8995a1a4dade7a8874afcd0ca1364
parent17be066692971ff51e3224d48809cf0946bc581c (diff)
Document Windows backend specific details
Pick-to: 6.2 Task-number: QTBUG-95784 Change-Id: Ib125591ae8b2d342bfba71e3b9ff81f0795e6cb3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-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.
+
*/