summaryrefslogtreecommitdiffstats
path: root/examples/location/places_list/places_list.qml
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2014-12-12 14:18:35 +1000
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-04 11:18:12 +0000
commit8e2c7e491373c17f8985530690000abcb76dee0b (patch)
tree40c8b12bd285b237430cdc850e5be560acfb52fe /examples/location/places_list/places_list.qml
parentd5daf443ca594bd60ee9abfb167c96ab892da899 (diff)
Make Open Street Maps the default plugin used in Qt Location examples.
The Nokia plugin requires application authentication codes before it can be used. The OSM plugin does not. Use the OSM plugin by default so that the examples work out of the box. Change-Id: I4c965dc35b0ae6b643ee14f64c0758fee2bb958d Reviewed-by: Alex Blasche <alexander.blasche@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 45c4712f..7052db74 100644
--- a/examples/location/places_list/places_list.qml
+++ b/examples/location/places_list/places_list.qml
@@ -52,7 +52,7 @@ Rectangle {
//! [Initialize Plugin]
Plugin {
id: myPlugin
- name: "nokia"
+ name: "osm"
//specify plugin parameters as necessary
//PluginParameter {...}
//PluginParameter {...}