summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri/geocodingmanagerengine_esri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/esri/geocodingmanagerengine_esri.h')
-rw-r--r--src/plugins/geoservices/esri/geocodingmanagerengine_esri.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/geoservices/esri/geocodingmanagerengine_esri.h b/src/plugins/geoservices/esri/geocodingmanagerengine_esri.h
index 9ff246e0..ff7bf882 100644
--- a/src/plugins/geoservices/esri/geocodingmanagerengine_esri.h
+++ b/src/plugins/geoservices/esri/geocodingmanagerengine_esri.h
@@ -57,11 +57,11 @@ public:
QString *errorString);
virtual ~GeoCodingManagerEngineEsri();
- QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) Q_DECL_OVERRIDE;
+ QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
QGeoCodeReply *geocode(const QString &address, int limit, int offset,
- const QGeoShape &bounds) Q_DECL_OVERRIDE;
+ const QGeoShape &bounds) override;
QGeoCodeReply *reverseGeocode(const QGeoCoordinate &coordinate,
- const QGeoShape &bounds) Q_DECL_OVERRIDE;
+ const QGeoShape &bounds) override;
private Q_SLOTS:
void replyFinished();