summaryrefslogtreecommitdiffstats
path: root/doc/src/porting.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/porting.qdoc')
-rw-r--r--doc/src/porting.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/porting.qdoc b/doc/src/porting.qdoc
index 9a3ff716..24e0d7e6 100644
--- a/doc/src/porting.qdoc
+++ b/doc/src/porting.qdoc
@@ -39,8 +39,12 @@
\section1 QML
- QtSensors ships with a QML import that is mostly compatible with the QtMobility.sensors import.
- See \l {QtMobility.sensors 1.x} for more information.
+ QtSensors ships with a QML import that is compatible with the QtMobility.sensors import.
+ The limitations of the QtMobility.sensors import have been fixed and some new properties
+ may exist so apps may need to be updated if they are using custom properties on their
+ sensor objects.
+
+ See \l {Qt Sensors QML API} for more information.
\section1 C++