summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapdata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotiledmapdata_p.h')
-rw-r--r--src/location/maps/qgeotiledmapdata_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmapdata_p.h b/src/location/maps/qgeotiledmapdata_p.h
index 5a282a8c..9310fded 100644
--- a/src/location/maps/qgeotiledmapdata_p.h
+++ b/src/location/maps/qgeotiledmapdata_p.h
@@ -68,9 +68,11 @@ class QGeoTileTexture;
class QGeoTileCache;
class QGeoTiledMapDataPrivate;
class QGeoTiledMappingManagerEngine;
-class MapItem;
class QGeoTileRequestManager;
+class QQuickWindow;
+class QSGNode;
+
class QPointF;
class Q_LOCATION_EXPORT QGeoTiledMapData : public QGeoMapData
@@ -82,7 +84,7 @@ public:
QGeoTileCache *tileCache();
- void paintGL(QGLPainter *painter);
+ QSGNode *updateSceneGraph(QSGNode *, QQuickWindow *window);
void newTileFetched(const QGeoTileSpec &spec);