summaryrefslogtreecommitdiffstats
path: root/src/location/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc/src')
-rw-r--r--src/location/doc/src/qml-maps.qdoc2
-rw-r--r--src/location/doc/src/qtlocation-qml.qdoc2
-rw-r--r--src/location/doc/src/qtlocation.qdoc4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/location/doc/src/qml-maps.qdoc b/src/location/doc/src/qml-maps.qdoc
index 460ec170..87a2662a 100644
--- a/src/location/doc/src/qml-maps.qdoc
+++ b/src/location/doc/src/qml-maps.qdoc
@@ -69,7 +69,7 @@ to center a \l{Map}{map} on the current position:
Rectangle {
import QtPositioning 5.2
- import QtLocation 5.0
+ import QtLocation 5.3
...
map : Map {
diff --git a/src/location/doc/src/qtlocation-qml.qdoc b/src/location/doc/src/qtlocation-qml.qdoc
index ed280dfb..2aea6643 100644
--- a/src/location/doc/src/qtlocation-qml.qdoc
+++ b/src/location/doc/src/qtlocation-qml.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtLocation 5.0
+ \qmlmodule QtLocation 5.3
\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 dc3fc14d..032f5448 100644
--- a/src/location/doc/src/qtlocation.qdoc
+++ b/src/location/doc/src/qtlocation.qdoc
@@ -40,7 +40,7 @@
To load the Qt Location module, add the following statement to your .qml files
\code
- import QtLocation 5.0
+ import QtLocation 5.3
\endcode
For C++ projects include the header appropriate for the current use case,
@@ -86,7 +86,7 @@ for navigation and awareness of objects that may aid or hinder a journey.
To load the Qt Location module, add the following statement to your .qml files
\code
- import QtLocation 5.0
+ import QtLocation 5.3
\endcode
For C++ projects include the header appropriate for the current use case,