summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeotiledmaposm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/qgeotiledmaposm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeotiledmaposm.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/qgeotiledmaposm.h b/src/plugins/geoservices/osm/qgeotiledmaposm.h
index 86a52229..c77da457 100644
--- a/src/plugins/geoservices/osm/qgeotiledmaposm.h
+++ b/src/plugins/geoservices/osm/qgeotiledmaposm.h
@@ -34,6 +34,8 @@
#ifndef QGEOTILEDMAPOSM_H
#define QGEOTILEDMAPOSM_H
+#include "qgeotileproviderosm.h"
+
#include <QtLocation/private/qgeotiledmap_p.h>
QT_BEGIN_NAMESPACE
@@ -50,9 +52,12 @@ public:
protected:
void evaluateCopyrights(const QSet<QGeoTileSpec> &visibleTiles) Q_DECL_OVERRIDE;
+protected Q_SLOTS:
+ void onProviderDataUpdated(const QGeoTileProviderOsm *provider);
+
private:
int m_mapId;
- const QString m_customCopyright;
+ QGeoTiledMappingManagerEngineOsm *m_engine;
};
QT_END_NAMESPACE