From acdb40b607607330b236027c80b466f5cbffed93 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 23 Sep 2015 08:32:55 +0200 Subject: Bump all QtLocation 5.5 tags to 5.6 5.5 was a tech preview release. The real release is 5.6. Some 5.5 interfaces did change. It is possible that there are apps in existence which are based on the 5.5 API's. To avoid miscommunication we bump all version tags to the real first release version. The existing 5.5 QML imports will continue to work but apps may encounter API changes when they move from 5.5 to 5.6. The API changes are listed in the QtLocation documentation. Change-Id: Ia7000e871a5ee6b09234e5d58d4fc8927e93b154 Reviewed-by: Laszlo Agocs --- examples/location/places/views/ImageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/location/places/views/ImageView.qml') diff --git a/examples/location/places/views/ImageView.qml b/examples/location/places/views/ImageView.qml index a82a9d1d..a4495dab 100644 --- a/examples/location/places/views/ImageView.qml +++ b/examples/location/places/views/ImageView.qml @@ -39,7 +39,7 @@ ****************************************************************************/ import QtQuick 2.5 -import QtLocation 5.5 +import QtLocation 5.6 import QtQuick.Controls 1.4 Item { -- cgit v1.2.1