From 986110e3a41b0e90ab55fa7d17ef12599c824b56 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 10 Apr 2015 18:59:31 +0200 Subject: Remove QGeoMapData class. Since QGeoMap class does not have any subclasses, there is no need for keeping the bridge in form of QGeoMapData. This commit basically renames QGeoMapData to be QGeoMap. Change-Id: I6eb2f56f7ea83663034f4a8297e8e8f7f185d6a9 Reviewed-by: Alex Blasche --- src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h') diff --git a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h index e0cd54c2..39876457 100644 --- a/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h +++ b/src/plugins/geoservices/mapbox/qgeotiledmappingmanagerenginemapbox.h @@ -52,7 +52,7 @@ public: QGeoServiceProvider::Error *error, QString *errorString); ~QGeoTiledMappingManagerEngineMapbox(); - QGeoMapData *createMapData(); + QGeoMap *createMapData(); }; QT_END_NAMESPACE -- cgit v1.2.1