summaryrefslogtreecommitdiff
path: root/examples/location/places/items/MapComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places/items/MapComponent.qml')
-rw-r--r--examples/location/places/items/MapComponent.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/location/places/items/MapComponent.qml b/examples/location/places/items/MapComponent.qml
index ccf1415d..de4e04a7 100644
--- a/examples/location/places/items/MapComponent.qml
+++ b/examples/location/places/items/MapComponent.qml
@@ -211,9 +211,4 @@ Map {
map.zoomLevel = value
}
}
-
- MouseArea {
- //workaround for QTBUG-46388
- anchors.fill: parent
- }
}