diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/location/mapviewer/map/MiniMap.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/location/mapviewer/map/MiniMap.qml b/examples/location/mapviewer/map/MiniMap.qml index 29a6a880..35996063 100644 --- a/examples/location/mapviewer/map/MiniMap.qml +++ b/examples/location/mapviewer/map/MiniMap.qml @@ -62,6 +62,7 @@ Rectangle{ center: map.center plugin: map.plugin gesture.enabled: false + copyrightsVisible: false MapRectangle { color: "#44ff0000" |