summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/esri/georoutereply_esri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/esri/georoutereply_esri.h')
-rw-r--r--src/plugins/geoservices/esri/georoutereply_esri.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/geoservices/esri/georoutereply_esri.h b/src/plugins/geoservices/esri/georoutereply_esri.h
index 6e97ee9f..049dc3ba 100644
--- a/src/plugins/geoservices/esri/georoutereply_esri.h
+++ b/src/plugins/geoservices/esri/georoutereply_esri.h
@@ -51,16 +51,11 @@ class GeoRouteReplyEsri : public QGeoRouteReply
public:
GeoRouteReplyEsri(QNetworkReply *reply, const QGeoRouteRequest &request, QObject *parent = Q_NULLPTR);
- virtual ~GeoRouteReplyEsri();
-
- void abort() Q_DECL_OVERRIDE;
+ ~GeoRouteReplyEsri();
private Q_SLOTS:
void networkReplyFinished();
void networkReplyError(QNetworkReply::NetworkError error);
-
-private:
- QNetworkReply *m_reply;
};
QT_END_NAMESPACE