summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/location/doc/src/plugins/itemsoverlay.qdoc2
-rw-r--r--tests/manual/mapitems_backends/main.qml2
-rw-r--r--tests/manual/mapobjects_tester/main.qml1
-rw-r--r--tests/manual/mappolyline_tester/main.qml2
4 files changed, 0 insertions, 7 deletions
diff --git a/src/location/doc/src/plugins/itemsoverlay.qdoc b/src/location/doc/src/plugins/itemsoverlay.qdoc
index c4e70a96..4df4e181 100644
--- a/src/location/doc/src/plugins/itemsoverlay.qdoc
+++ b/src/location/doc/src/plugins/itemsoverlay.qdoc
@@ -32,7 +32,6 @@ a transparent one, such as \b transparent, like in the example.
Map {
id: mapBase
- gesture.enabled: true
anchors.fill: parent
plugin: Plugin { name: "osm" }
center: QtPositioning.coordinate(45,10)
@@ -44,7 +43,6 @@ a transparent one, such as \b transparent, like in the example.
id: mapOverlay
anchors.fill: parent
plugin: Plugin { name: "itemsoverlay" }
- gesture.enabled: false
center: mapBase.center
color: 'transparent' // Necessary to make this map transparent
minimumFieldOfView: mapBase.minimumFieldOfView
diff --git a/tests/manual/mapitems_backends/main.qml b/tests/manual/mapitems_backends/main.qml
index aadf34ea..5fc7da74 100644
--- a/tests/manual/mapitems_backends/main.qml
+++ b/tests/manual/mapitems_backends/main.qml
@@ -65,7 +65,6 @@ Window {
Map {
id: map
rotation: win.rotation
- gesture.enabled: true
objectName: "map1"
anchors {
bottom: parent.bottom
@@ -169,7 +168,6 @@ Window {
Map {
id: map2
rotation: win.rotation
- gesture.enabled: true
objectName: "map2"
anchors {
bottom: parent.bottom
diff --git a/tests/manual/mapobjects_tester/main.qml b/tests/manual/mapobjects_tester/main.qml
index db11e09a..c0181d7e 100644
--- a/tests/manual/mapobjects_tester/main.qml
+++ b/tests/manual/mapobjects_tester/main.qml
@@ -46,7 +46,6 @@ Window {
Map {
id: map
rotation: win.rotation
- gesture.enabled: true
objectName: "map"
anchors {
bottom: parent.bottom
diff --git a/tests/manual/mappolyline_tester/main.qml b/tests/manual/mappolyline_tester/main.qml
index eb0a7837..aa7cc685 100644
--- a/tests/manual/mappolyline_tester/main.qml
+++ b/tests/manual/mappolyline_tester/main.qml
@@ -45,7 +45,6 @@ Window {
Map {
id: map
rotation: win.rotation
- gesture.enabled: true
objectName: "map1"
anchors {
bottom: parent.bottom
@@ -98,7 +97,6 @@ Window {
Map {
id: map2
rotation: win.rotation
- gesture.enabled: true
objectName: "map2"
visible: !leftSwitch.checked
anchors {