summaryrefslogtreecommitdiff
path: root/src/location/mapsgl/mapsphere_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/mapsgl/mapsphere_p.h')
-rw-r--r--src/location/mapsgl/mapsphere_p.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/location/mapsgl/mapsphere_p.h b/src/location/mapsgl/mapsphere_p.h
index d98e03ce..c66d683f 100644
--- a/src/location/mapsgl/mapsphere_p.h
+++ b/src/location/mapsgl/mapsphere_p.h
@@ -97,17 +97,13 @@ public:
void paintGL(QGLPainter *painter);
-public slots:
- void clearCache();
- void update(const QList<TileSpec> &tiles);
-
-private slots:
void tileFetched(const TileSpec &spec);
- void prefetchingFinished();
-signals:
+public Q_SLOTS:
+ void update(const QList<TileSpec> &tiles);
+
+Q_SIGNALS:
void tileUpdated();
- void sphereUpdated();
private:
void displayTile(const TileSpec &spec);
@@ -124,6 +120,7 @@ private:
Map *map_;
MapPrivate* mapPrivate_;
+ QGeoMappingManager *manager_;
};
QT_END_NAMESPACE