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 23adac77..d052a8a8 100644 --- a/src/location/maps/qgeotilefetcher_p.h +++ b/src/location/maps/qgeotilefetcher_p.h @@ -93,7 +93,7 @@ protected: private: virtual QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec) = 0; - void handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &spec); + virtual void handleReply(QGeoTiledMapReply *reply, const QGeoTileSpec &spec); Q_DISABLE_COPY(QGeoTileFetcher) friend class QGeoTiledMappingManagerEngine; |