summaryrefslogtreecommitdiffstats
path: root/doc/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/imports')
-rw-r--r--doc/src/imports/qtmobilitysensors1.qdoc2
-rw-r--r--doc/src/imports/qtsensors5.qdoc6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/imports/qtmobilitysensors1.qdoc b/doc/src/imports/qtmobilitysensors1.qdoc
index 7b068cac..40ec4b63 100644
--- a/doc/src/imports/qtmobilitysensors1.qdoc
+++ b/doc/src/imports/qtmobilitysensors1.qdoc
@@ -35,7 +35,7 @@
This is the legacy QML import. It exists for compatibility with the QtMobiltiy 1.2 release
and is not recommended for new applications.
- The QtMobility.sensors import has the QtSensors C++ classes directly exported into the QML environment.
+ The QtMobility.sensors import has the Qt Sensors 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{QtMobility.sensors QML Limitations}{below} for a list of the known limitations.
diff --git a/doc/src/imports/qtsensors5.qdoc b/doc/src/imports/qtsensors5.qdoc
index 6f1a46a4..c8898682 100644
--- a/doc/src/imports/qtsensors5.qdoc
+++ b/doc/src/imports/qtsensors5.qdoc
@@ -27,8 +27,8 @@
/*!
\qmlmodule QtSensors 5
- \title QtSensors 5.x
- \brief The QML import for QtSensors
+ \title Qt Sensors QML API
+ \brief The QML import for Qt Sensors
\section1 Overview
@@ -40,7 +40,7 @@
sensors.
The plugin contains many sensor types and properties to read values.
- As an example, consider the tilt sensor. The \l {QML QtSensors example}
+ As an example, consider the tilt sensor. The \l {QML Qt Sensors example}
simply displays text on-screen to show the current tilt value.
The QML code to read the value is quite simple. Below is a QML \l TiltSensor element