summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.qml
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-23 08:32:55 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-23 08:28:04 +0000
commitacdb40b607607330b236027c80b466f5cbffed93 (patch)
treeec24a04608f4871d511f89d15c0c90ca52257ec9 /examples/location/places_list/places_list.qml
parent1b82d5359f2d11acf35aa82cd628a742e4058e6c (diff)
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 <laszlo.agocs@theqtcompany.com>
Diffstat (limited to 'examples/location/places_list/places_list.qml')
-rw-r--r--examples/location/places_list/places_list.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places_list/places_list.qml b/examples/location/places_list/places_list.qml
index 791d0aaf..cb5633ab 100644
--- a/examples/location/places_list/places_list.qml
+++ b/examples/location/places_list/places_list.qml
@@ -41,7 +41,7 @@
//! [Imports]
import QtQuick 2.0
import QtPositioning 5.5
-import QtLocation 5.5
+import QtLocation 5.6
//! [Imports]
Rectangle {