summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotilefetcher_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotilefetcher_p.h')
-rw-r--r--src/location/maps/qgeotilefetcher_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qgeotilefetcher_p.h b/src/location/maps/qgeotilefetcher_p.h
index f9a84209..d052a8a8 100644
--- a/src/location/maps/qgeotilefetcher_p.h
+++ b/src/location/maps/qgeotilefetcher_p.h
@@ -68,7 +68,7 @@ class Q_LOCATION_PRIVATE_EXPORT QGeoTileFetcher : public QObject
Q_DECLARE_PRIVATE(QGeoTileFetcher)
public:
- QGeoTileFetcher(QObject *parent = 0);
+ QGeoTileFetcher(QGeoMappingManagerEngine *parent);
virtual ~QGeoTileFetcher();
public Q_SLOTS:
@@ -84,7 +84,7 @@ Q_SIGNALS:
void tileError(const QGeoTileSpec &spec, const QString &errorString);
protected:
- QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QObject *parent = 0);
+ QGeoTileFetcher(QGeoTileFetcherPrivate &dd, QGeoMappingManagerEngine *parent);
void timerEvent(QTimerEvent *event);
QAbstractGeoTileCache::CacheAreas cacheHint() const;
@@ -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;