summaryrefslogtreecommitdiff
path: root/src/imports/location
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2016-12-01 10:53:38 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-07 05:51:36 +0000
commit41cc347040226d2c5c16b9df001d03f2724b87e5 (patch)
tree0a47c2e9d2e3d501404d763674ca788d34290eb1 /src/imports/location
parent88b355069c6124fb3d23a9e7d96ff3eacfb6a23d (diff)
downloadqtlocation-41cc347040226d2c5c16b9df001d03f2724b87e5.tar.gz
Update QtLocation and QtPositioning QML versions for 5.8 releasev5.8.0-rc1v5.8.05.8.0
Change-Id: I780c23ae48c548e799c853cd3a5ac1aa77586839 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/imports/location')
-rw-r--r--src/imports/location/location.cpp4
-rw-r--r--src/imports/location/plugins.qmltypes6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/location/location.cpp b/src/imports/location/location.cpp
index 6405313b..a2428b4c 100644
--- a/src/imports/location/location.cpp
+++ b/src/imports/location/location.cpp
@@ -162,8 +162,8 @@ public:
qmlRegisterUncreatableType<QQuickGeoMapGestureArea, 1>(uri, major, minor, "MapGestureArea",
QStringLiteral("(Map)GestureArea is not intended instantiable by developer."));
- // Register the 5.7 types
- minor = 7;
+ // Register the 5.8 types
+ minor = 8;
qmlRegisterType<QDeclarativeGeoManeuver>(uri, major, minor, "RouteManeuver");
//registrations below are version independent
diff --git a/src/imports/location/plugins.qmltypes b/src/imports/location/plugins.qmltypes
index 4e8749da..b89963ad 100644
--- a/src/imports/location/plugins.qmltypes
+++ b/src/imports/location/plugins.qmltypes
@@ -4,10 +4,10 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtLocation 5.7'
+// 'qmlplugindump -nonrelocatable QtLocation 5.8'
Module {
- dependencies: ["QtQuick 2.0"]
+ dependencies: ["QtQuick 2.8"]
Component {
name: "QDeclarativeCategory"
prototype: "QObject"
@@ -95,7 +95,7 @@ Module {
prototype: "QObject"
exports: [
"QtLocation/RouteManeuver 5.0",
- "QtLocation/RouteManeuver 5.7"
+ "QtLocation/RouteManeuver 5.8"
]
exportMetaObjectRevisions: [0, 0]
Enum {