summaryrefslogtreecommitdiff
path: root/src/location/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc')
-rw-r--r--src/location/doc/src/qtlocation-qml.qdoc2
-rw-r--r--src/location/doc/src/qtlocation.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/location/doc/src/qtlocation-qml.qdoc b/src/location/doc/src/qtlocation-qml.qdoc
index c0879d2d..38f43ef1 100644
--- a/src/location/doc/src/qtlocation-qml.qdoc
+++ b/src/location/doc/src/qtlocation-qml.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtLocation 5.3
+ \qmlmodule QtLocation 5.11
\title Qt Location QML Types
\ingroup qmlmodules
\brief Provides QML types for mapping and location information
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc
index 96564ecb..1f27a14a 100644
--- a/src/location/doc/src/qtlocation.qdoc
+++ b/src/location/doc/src/qtlocation.qdoc
@@ -84,8 +84,8 @@ The Qt Location API enables you to:
To load the Qt Location module, add the following statement to your .qml files
\code
- import QtPositioning 5.5
- import QtLocation 5.6
+ import QtPositioning 5.11
+ import QtLocation 5.11
\endcode
The QtLocation QML module depends on the QtPositioning QML module.