summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeomapreplyosm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/osm/qgeomapreplyosm.h')
-rw-r--r--src/plugins/geoservices/osm/qgeomapreplyosm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/qgeomapreplyosm.h b/src/plugins/geoservices/osm/qgeomapreplyosm.h
index afcae435..2b07e8b0 100644
--- a/src/plugins/geoservices/osm/qgeomapreplyosm.h
+++ b/src/plugins/geoservices/osm/qgeomapreplyosm.h
@@ -34,6 +34,9 @@
#ifndef QGEOMAPREPLYOSM_H
#define QGEOMAPREPLYOSM_H
+#include "qgeotilefetcherosm.h"
+#include "qgeotileproviderosm.h"
+
#include <QtNetwork/QNetworkReply>
#include <QtLocation/private/qgeotiledmapreply_p.h>
#include <QtCore/qpointer.h>
@@ -45,7 +48,7 @@ class QGeoMapReplyOsm : public QGeoTiledMapReply
Q_OBJECT
public:
- explicit QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec, QObject *parent = 0);
+ QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &imageFormat, QObject *parent = 0);
~QGeoMapReplyOsm();
void abort();