summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotiledmapdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotiledmapdata.cpp')
-rw-r--r--src/location/maps/qgeotiledmapdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeotiledmapdata.cpp b/src/location/maps/qgeotiledmapdata.cpp
index 9ecf8539..0d331625 100644
--- a/src/location/maps/qgeotiledmapdata.cpp
+++ b/src/location/maps/qgeotiledmapdata.cpp
@@ -155,7 +155,7 @@ void QGeoTiledMapData::newTileFetched(QSharedPointer<QGeoTileTexture> texture)
d->newTileFetched(texture);
}
-QGeoTileCache* QGeoTiledMapData::tileCache()
+QGeoTileCache *QGeoTiledMapData::tileCache()
{
Q_D(QGeoTiledMapData);
return d->tileCache();
@@ -253,7 +253,7 @@ QGeoTiledMapDataPrivate::~QGeoTiledMapDataPrivate()
// However: how to ensure this is done in rendering thread?
}
-QGeoTileCache* QGeoTiledMapDataPrivate::tileCache()
+QGeoTileCache *QGeoTiledMapDataPrivate::tileCache()
{
return cache_;
}