summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-16 15:11:41 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-18 14:34:21 +0000
commit87cf2f6bab7f5b110ce8ff46d944dc5146ad4bcb (patch)
tree1e1900416beb56e6e09b9b956a45a77e1b47df60
parent5816f7abfeabf3f8902b9623da751b19be982fa9 (diff)
downloadqtdoc-87cf2f6bab7f5b110ce8ff46d944dc5146ad4bcb.tar.gz
Doc: Added Quick Extras and Location to the list
The article talks about QML and its different features, and lists some of the modules that provide the QML APIs. So it is worth mentioning these new additions there. Change-Id: Ifc980394ac3b58286f463607ebbf80bdc4ab352e Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index a368d06b..34931a5c 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -102,6 +102,7 @@ native behavior found in different platforms such as Windows, OS X, and Linux.
\li \l{Qt Quick Controls Styles}{Styles}
\li \l{Qt Quick Dialogs}{Dialogs}
\li \l{Qt Quick Layouts}{Layouts}
+\li \l{Qt Quick Extras}{Extras}
\endlist
\section2 Special Effects
@@ -153,11 +154,12 @@ in C++.
\section1 Mobile Devices
Several Qt modules provide QML APIs for networked and mobile devices. The QML
-types access Bluetooth, Near-Field Communications (NFC), and GPS-enabled
-devices.
+types provide access to the Bluetooth, Near-Field Communications (NFC), and
+GPS-enabled devices.
\list
\li \l{Qt Positioning}
+\li \l{Qt Location}
\li \l{Qt Bluetooth}
\li \l{Qt NFC}
\endlist