summaryrefslogtreecommitdiff
path: root/src/imports/location/location.cpp
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/location.cpp
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/location.cpp')
-rw-r--r--src/imports/location/location.cpp4
1 files changed, 2 insertions, 2 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