summaryrefslogtreecommitdiff
path: root/examples/location
diff options
context:
space:
mode:
authorHarald Meyer <dev@meh.at>2015-07-14 13:45:56 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-09-02 05:20:15 +0000
commitffbdf2cf0517cc773a012dc07f17532297e03d8d (patch)
tree253878fc3fa8a65f1630a74271b4b66816ea061d /examples/location
parent2aaf3b9f70a02d0b00a7556922e9808523f31066 (diff)
downloadqtlocation-ffbdf2cf0517cc773a012dc07f17532297e03d8d.tar.gz
Added parameter to hide map copyrights notice.
In some cases (for instance a helper mini map) the copyright notice is displayed multiple times. The new parameter allows to hide the copyright notice in such cases. Change-Id: I659c1ac019b8c21545c410a38cdc840f93d928ce Task-number: QTBUG-47025 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location')
-rw-r--r--examples/location/mapviewer/map/MiniMap.qml1
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"