summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomapdata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomapdata_p.h')
-rw-r--r--src/location/maps/qgeomapdata_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeomapdata_p.h b/src/location/maps/qgeomapdata_p.h
index 35ed32c2..59140b73 100644
--- a/src/location/maps/qgeomapdata_p.h
+++ b/src/location/maps/qgeomapdata_p.h
@@ -68,8 +68,9 @@ class MapItem;
class QGeoMapController;
class QGeoCameraCapabilities;
-class QGLCamera;
-class QGLPainter;
+class QSGNode;
+class QQuickWindow;
+
class QGeoMap;
class QPointF;
@@ -83,8 +84,7 @@ public:
QGeoMapController *mapController();
- QGLCamera *glCamera() const;
- virtual void paintGL(QGLPainter *painter) = 0;
+ virtual QSGNode *updateSceneGraph(QSGNode *, QQuickWindow *window) = 0;
void resize(int width, int height);
int width() const;