diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-01-31 13:27:53 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-02-01 13:13:03 +0000 |
commit | 55d4490ee62d5c1105a6733b717f2ef7340af492 (patch) | |
tree | d9f21d22cdccbd4085f37790535a6d2d47be8049 /src | |
parent | 50391e16041441be233885f48af9c9756242cd72 (diff) | |
download | qtlocation-55d4490ee62d5c1105a6733b717f2ef7340af492.tar.gz |
Fix documentation for QDeclarativeGeoMapCopyrightsNotice
This patch fixes the documented mapSource property type
Change-Id: I86aa05174ac500b2f8896bc5a3e610b8fe6b2a3d
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp b/src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp index 9da6a92c..d7fa9f3d 100644 --- a/src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp +++ b/src/location/declarativemaps/qdeclarativegeomapcopyrightsnotice.cpp @@ -66,7 +66,7 @@ QT_BEGIN_NAMESPACE */ /*! - \qmlproperty bool QtLocation::MapCopyrightNotice::mapSource + \qmlproperty Map QtLocation::MapCopyrightNotice::mapSource This property holds the current map source providing the copyright data shown in this notice. |