diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-06-09 15:59:55 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-06-12 11:01:08 +0000 |
commit | 435ea1acaaea0bf5d474b23dcdc9eea2a62a782c (patch) | |
tree | 95bcfaccd614b89aac92f69052bdd694d069ddd1 | |
parent | 3e45869d8079ace35a2105b20ce4f92d2fa45574 (diff) | |
download | qtlocation-435ea1acaaea0bf5d474b23dcdc9eea2a62a782c.tar.gz |
Fix Map.addMapItemGroup documentation
Items in map item groups are not reparented anymore.
Change-Id: I1d083bf8cba5aa46e8640c175bf90aa9f04b69aa
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r-- | src/location/declarativemaps/qdeclarativegeomap.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeomap.cpp b/src/location/declarativemaps/qdeclarativegeomap.cpp index 572745fd..1f2886d8 100644 --- a/src/location/declarativemaps/qdeclarativegeomap.cpp +++ b/src/location/declarativemaps/qdeclarativegeomap.cpp @@ -1841,9 +1841,7 @@ void QDeclarativeGeoMap::clearMapItems() \qmlmethod void QtLocation::Map::addMapItemGroup(MapItemGroup itemGroup) Adds the map items contained in the given \a itemGroup to the Map - (for example MapQuickItem, MapCircle). These items will be reparented, and the map - will be their new parent. Property bindings defined using \e{parent.} inside a MapItemGroup - will therefore not work. + (for example MapQuickItem, MapCircle). \sa MapItemGroup, removeMapItemGroup |