summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-03 11:35:48 +1000
committerLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-10 09:25:31 +1000
commitbf837e740fdbc535341e19cac2aa291a05775b3c (patch)
treeba6b70be42055da47609f4165796d62cb26d8ef9 /doc/src
parent7553fe500a0059ca2975e291b9acde6e372c002d (diff)
update legacy QML API docs
Fixes: MTMW-300 Change-Id: I7633acaa03ffa4e7413ab2a22cef463bd3e95fda Reviewed-on: http://codereview.qt-project.org/5904 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/imports/qtmobilitysensors1.qdoc15
-rw-r--r--doc/src/sensors.qdoc2
2 files changed, 11 insertions, 6 deletions
diff --git a/doc/src/imports/qtmobilitysensors1.qdoc b/doc/src/imports/qtmobilitysensors1.qdoc
index 341eb7e2..f47c96be 100644
--- a/doc/src/imports/qtmobilitysensors1.qdoc
+++ b/doc/src/imports/qtmobilitysensors1.qdoc
@@ -33,18 +33,18 @@
\section1 Overview
- The identifying string for this component is \e {"QtMobility.sensors"}.
- Use this in the QML \e {import} statement.
+ This is the legacy QML import. It exists for compatibility with the QtMobiltiy 1.2 release
+ and is not recommended for new applications.
- The Sensors QML Plugin registers the C++ Sensors classes directly to the QML environment.
+ The QtMobility.sensors import has the QtSensors C++ classes directly exported into the QML environment.
This causes some limitations due to the use of types that do not work in the QML environment.
- See \l{Sensors QML Limitations}{below} for a list of the known limitations.
+ See \l{QtMobility.sensors QML Limitations}{below} for a list of the known limitations.
See \l QtSensors for more information about the Sensors API.
- \section1 Sensors QML Limitations
+ \section1 QtMobility.sensors QML Limitations
- The following limitations affect the Sensors QML bindings for Qt Mobility 1.1 and 1.2.
+ The following limitations affect all versions of the QtMobility.sensors import.
\list 1
\o The QSensor::sensorid property cannot be set because QML does not support QByteArray.
@@ -69,5 +69,8 @@
The data from a sensor comes through a reading class.
\annotatedlist qml-sensors_reading
+
+ \section1 Alphabetical Listing of QML Elements
+
*/
diff --git a/doc/src/sensors.qdoc b/doc/src/sensors.qdoc
index 83ef7048..f704ddc9 100644
--- a/doc/src/sensors.qdoc
+++ b/doc/src/sensors.qdoc
@@ -31,6 +31,8 @@
The QtSensors API provides access to sensors via QML and C++ interfaces.
+ \section1 Topics
+
\generatelist related
*/