diff options
Diffstat (limited to 'src/location/maps/qgeotilefetcher_p.h')
-rw-r--r-- | src/location/maps/qgeotilefetcher_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeotilefetcher_p.h b/src/location/maps/qgeotilefetcher_p.h index b50e15a1..68d73233 100644 --- a/src/location/maps/qgeotilefetcher_p.h +++ b/src/location/maps/qgeotilefetcher_p.h @@ -83,7 +83,7 @@ public: QTimer *timer_; QMutex queueMutex_; QList<QGeoTileSpec> queue_; - QHash<QGeoTileSpec, QGeoTiledMapReply*> invmap_; + QHash<QGeoTileSpec, QGeoTiledMapReply *> invmap_; private: Q_DISABLE_COPY(QGeoTileFetcherPrivate) |