summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/forms/RouteAddress.qml
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-05-28 14:59:13 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 08:32:58 +0000
commitcbb9a5302581fcea7d17e08661fc20429329dd31 (patch)
tree0e3ba903e8ad61897c771d016d1df1764c72643e /examples/location/mapviewer/forms/RouteAddress.qml
parent23d8903dd4edc368af9c82f9fd53cacc16efabe4 (diff)
downloadqtlocation-cbb9a5302581fcea7d17e08661fc20429329dd31.tar.gz
Improve 'mapviewer' example readability
* fix Map Component creation * same QML components version across the files * use "Proceed" instead of "Go !" for buttons Change-Id: Ia75b0663a8b08241c0f842dacf80da089a6ee841 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location/mapviewer/forms/RouteAddress.qml')
-rw-r--r--examples/location/mapviewer/forms/RouteAddress.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/location/mapviewer/forms/RouteAddress.qml b/examples/location/mapviewer/forms/RouteAddress.qml
index 54c5f687..09bc80bb 100644
--- a/examples/location/mapviewer/forms/RouteAddress.qml
+++ b/examples/location/mapviewer/forms/RouteAddress.qml
@@ -38,9 +38,9 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtLocation 5.3
-import QtPositioning 5.3
+import QtQuick 2.5
+import QtLocation 5.5
+import QtPositioning 5.5
RouteAddressForm {
property alias plugin : tempGeocodeModel.plugin;