From ab4d5336fba82f65e7393f2227a4b9c94075b39f Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Thu, 30 Apr 2015 17:37:44 +0200 Subject: Change visibility of updateSceneGraph in QGeoMap Change-Id: Ief580b2091c59b98b046d8c02271212b97493bdb Reviewed-by: Alex Blasche --- src/location/maps/qgeomap_p.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/location/maps/qgeomap_p.h') diff --git a/src/location/maps/qgeomap_p.h b/src/location/maps/qgeomap_p.h index d3c83147..8de467a5 100644 --- a/src/location/maps/qgeomap_p.h +++ b/src/location/maps/qgeomap_p.h @@ -72,8 +72,6 @@ public: QGeoMapController *mapController(); - virtual QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window) = 0; - void resize(int width, int height); int width() const; int height() const; @@ -94,6 +92,7 @@ public: protected: QGeoMap(QGeoMapPrivate &dd, QObject *parent = 0); void setCameraData(const QGeoCameraData &cameraData); + virtual QSGNode *updateSceneGraph(QSGNode *node, QQuickWindow *window) = 0; public Q_SLOTS: void update(); @@ -108,7 +107,8 @@ Q_SIGNALS: private: Q_DISABLE_COPY(QGeoMap) - friend class QGeoMapController; + friend class QGeoMapController; //setCameraData + friend class QDeclarativeGeoMap; //updateSceneGraph }; QT_END_NAMESPACE -- cgit v1.2.1