From d999901e9ecc0524dbc6355ec9e3ba04b5c6c72a Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 18 May 2015 13:25:47 +0200 Subject: 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 Reviewed-by: Alex Blasche --- src/location/doc/src/qtlocation.qdoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/location/doc/src/qtlocation.qdoc') 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 -- cgit v1.2.1