summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmappingmanagerengine_p.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-06-01 11:46:56 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-06-03 17:53:47 +0000
commit6ff0c408efd1b2282c5f4ba32b2895f81021c063 (patch)
treea4deea96a19aa8d01f5cc07a00bfb85165714c04 /src/location/maps/qgeotiledmappingmanagerengine_p.h
parent263556ceda91a66073361b5917b9fe5b2c79f84e (diff)
downloadqtlocation-6ff0c408efd1b2282c5f4ba32b2895f81021c063.tar.gz
Remove de/register from qgeotiledmappingmanagerengine
Removes not required engine registration. Change-Id: I5d30043a33785e0dcd798517754e846a7f420220 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/maps/qgeotiledmappingmanagerengine_p.h')
-rw-r--r--src/location/maps/qgeotiledmappingmanagerengine_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmappingmanagerengine_p.h b/src/location/maps/qgeotiledmappingmanagerengine_p.h
index 6cc4caea..e9cbf725 100644
--- a/src/location/maps/qgeotiledmappingmanagerengine_p.h
+++ b/src/location/maps/qgeotiledmappingmanagerengine_p.h
@@ -73,8 +73,7 @@ public:
QGeoTileFetcher *tileFetcher();
QGeoMap *createMap() Q_DECL_OVERRIDE;
- void registerMap(QGeoMap *map) Q_DECL_OVERRIDE;
- void deregisterMap(QGeoMap *map) Q_DECL_OVERRIDE;
+ void releaseMap(QGeoTiledMap *map);
QSize tileSize() const;