diff options
author | Alex Blasche <alexander.blasche@theqtcompany.com> | 2016-04-29 09:30:22 +0200 |
---|---|---|
committer | Alex Blasche <alexander.blasche@theqtcompany.com> | 2016-04-29 08:03:10 +0000 |
commit | f95a7f44afa0c0fe3c3a3edb498f2d8281ff22e7 (patch) | |
tree | 3446567356bebba56721f265c08d3688af8afd0e /src | |
parent | e41c3a9b345536ccee0840ac6f049173aa6a0785 (diff) | |
download | qtlocation-f95a7f44afa0c0fe3c3a3edb498f2d8281ff22e7.tar.gz |
Map.copyrightsVisible is a new property since 5.7
Mark it accordingly in the documentation
Change-Id: Ia5a57fe0bdf290deb39ef914d4e23cf646a06848
Reviewed-by: Sami Makkonen <sami.makkonen@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/imports/location/qdeclarativegeomap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/location/qdeclarativegeomap.cpp b/src/imports/location/qdeclarativegeomap.cpp index c72e5666..a685a0f7 100644 --- a/src/imports/location/qdeclarativegeomap.cpp +++ b/src/imports/location/qdeclarativegeomap.cpp @@ -799,6 +799,8 @@ QGeoShape QDeclarativeGeoMap::visibleRegion() const \note Many map providers require the notice to be visible as part of the terms and conditions. Please consult the relevant provider documentation before turning this notice off. + + \since 5.7 */ void QDeclarativeGeoMap::setCopyrightsVisible(bool visible) { |