summaryrefslogtreecommitdiff
path: root/src/location/doc/src/qtlocation.qdoc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-18 13:25:47 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-20 13:34:57 +0000
commitd999901e9ecc0524dbc6355ec9e3ba04b5c6c72a (patch)
tree219e54c5532696fca316a8cf20d5d1cb8a62ed77 /src/location/doc/src/qtlocation.qdoc
parent58d8b5e84ac6952b411cff3bca7336073349290e (diff)
downloadqtlocation-d999901e9ecc0524dbc6355ec9e3ba04b5c6c72a.tar.gz
Ensure that docs always import QtPositioning and QtLocation module
At the same time we update the import versions and reduce the qdoc tag duplications. Change-Id: I894d163657734a4b3bbc2951462660571f340dfd Task-number: QTBUG-46147 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/doc/src/qtlocation.qdoc')
-rw-r--r--src/location/doc/src/qtlocation.qdoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc
index 48619be2..1bdb567f 100644
--- a/src/location/doc/src/qtlocation.qdoc
+++ b/src/location/doc/src/qtlocation.qdoc
@@ -84,9 +84,14 @@ The Qt Location API enables you to:
To load the Qt Location module, add the following statement to your .qml files
\code
- import QtLocation 5.3
+ import QtPositioning 5.5
+ import QtLocation 5.5
\endcode
+The QtLocation QML module depends on the QtPositioning QML module.
+Therefore every QML application that imports the QtLocation QML module must always
+import the QtPositioning module as well.
+
For C++ projects include the header appropriate for the current use case,
for example applications using routes may use