summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/doc/src')
-rw-r--r--src/sensors/doc/src/qt6-changes.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sensors/doc/src/qt6-changes.qdoc b/src/sensors/doc/src/qt6-changes.qdoc
index e4447a2f..e68aab3e 100644
--- a/src/sensors/doc/src/qt6-changes.qdoc
+++ b/src/sensors/doc/src/qt6-changes.qdoc
@@ -52,4 +52,13 @@
The typedef for the historical, QtMobility-era, 'qtimestamp' has been
removed. Use the actual type 'quint64' directly.
+
+ \section2 Renamed 'sensor' type string to 'sensorType'
+
+ The subclasses of QSensor implement a \e {char const*} string which defines
+ the string that identifies the base sensor. This static \e type field
+ shadowed the baseclass \l QSensor::type() method, leading to unnecessary
+ compilation errors and consequent workarounds. The \e type string has been
+ now renamed as \e sensorType.
+
*/