summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegraphicsgeomap_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegraphicsgeomap_p.h')
-rw-r--r--src/imports/location/qdeclarativegraphicsgeomap_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/location/qdeclarativegraphicsgeomap_p.h b/src/imports/location/qdeclarativegraphicsgeomap_p.h
index c6a701e0..603d8270 100644
--- a/src/imports/location/qdeclarativegraphicsgeomap_p.h
+++ b/src/imports/location/qdeclarativegraphicsgeomap_p.h
@@ -177,6 +177,8 @@ private Q_SLOTS:
private:
void setupMapView(QDeclarativeGeoMapObjectView *view);
void populateMap();
+ void recursiveAddToObjectMap(QDeclarativeGeoMapObject *mapObject);
+ void recursiveRemoveFromObjectMap(QGeoMapObject *mapObject);
QDeclarativeGeoMapObject* createItem(int modelIndex);
QDeclarativeGeoMapMouseEvent* createMapMouseEvent(QGraphicsSceneMouseEvent *event);