summaryrefslogtreecommitdiffstats
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/geoservices/osm/qgeomapreplyosm.h b/src/plugins/geoservices/osm/qgeomapreplyosm.h
index ef0cbb15..46d5cd01 100644
--- a/src/plugins/geoservices/osm/qgeomapreplyosm.h
+++ b/src/plugins/geoservices/osm/qgeomapreplyosm.h
@@ -50,7 +50,8 @@ class QGeoMapReplyOsm : public QGeoTiledMapReply
Q_OBJECT
public:
- QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &imageFormat, QObject *parent = 0);
+ QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &imageFormat,
+ QObject *parent = nullptr);
~QGeoMapReplyOsm();
private Q_SLOTS: