summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotilerequestmanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotilerequestmanager_p.h')
-rw-r--r--src/location/maps/qgeotilerequestmanager_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeotilerequestmanager_p.h b/src/location/maps/qgeotilerequestmanager_p.h
index 66d2251e..f8ea4814 100644
--- a/src/location/maps/qgeotilerequestmanager_p.h
+++ b/src/location/maps/qgeotilerequestmanager_p.h
@@ -64,7 +64,7 @@ public:
explicit QGeoTileRequestManager(QGeoTiledMap *map, QGeoTiledMappingManagerEngine *engine);
~QGeoTileRequestManager();
- QList<QSharedPointer<QGeoTileTexture> > requestTiles(const QSet<QGeoTileSpec> &tiles);
+ QMap<QGeoTileSpec, QSharedPointer<QGeoTileTexture> > requestTiles(const QSet<QGeoTileSpec> &tiles);
void tileError(const QGeoTileSpec &tile, const QString &errorString);
void tileFetched(const QGeoTileSpec &spec);