summaryrefslogtreecommitdiffstats
path: root/examples/location/mapviewer/forms/RouteList.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/RouteList.qml
parent23d8903dd4edc368af9c82f9fd53cacc16efabe4 (diff)
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/RouteList.qml')
-rw-r--r--examples/location/mapviewer/forms/RouteList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/mapviewer/forms/RouteList.qml b/examples/location/mapviewer/forms/RouteList.qml
index a2d7e9df..27fa572e 100644
--- a/examples/location/mapviewer/forms/RouteList.qml
+++ b/examples/location/mapviewer/forms/RouteList.qml
@@ -38,8 +38,8 @@
**
****************************************************************************/
-import QtQuick 2.4
-import QtQuick.Controls 1.3
+import QtQuick 2.5
+import QtQuick.Controls 1.4
import "../helper.js" as Helper
//! [routeinfomodel0]