From 78c73ebf88fbb97ebb796fc71e76232af5c8f1d3 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Fri, 4 Nov 2016 15:14:07 +1000 Subject: Update "nokia" geoservices plugin to use HERE APIs The old Nokia URL endpoints are being deprecated. This commit updates the "nokia" plugin to use the modern HERE API endpoints. It also removes the (now nonexistent) China-specific URLs. Change-Id: Ieaf75cef1538d0ebb6a22623fc041ab504cf491f Reviewed-by: Alex Blasche --- src/plugins/geoservices/nokia/qgeocodereply_nokia.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/geoservices/nokia/qgeocodereply_nokia.h') diff --git a/src/plugins/geoservices/nokia/qgeocodereply_nokia.h b/src/plugins/geoservices/nokia/qgeocodereply_nokia.h index 85726fca..0d0c47d1 100644 --- a/src/plugins/geoservices/nokia/qgeocodereply_nokia.h +++ b/src/plugins/geoservices/nokia/qgeocodereply_nokia.h @@ -46,7 +46,7 @@ class QGeoCodeReplyNokia : public QGeoCodeReply { Q_OBJECT public: - QGeoCodeReplyNokia(QNetworkReply *reply, int limit, int offset, const QGeoShape &viewport, QObject *parent = 0); + QGeoCodeReplyNokia(QNetworkReply *reply, int limit, int offset, const QGeoShape &viewport, bool manualBoundsRequired, QObject *parent = 0); ~QGeoCodeReplyNokia(); void abort(); @@ -60,6 +60,7 @@ private Q_SLOTS: private: QNetworkReply *m_reply; bool m_parsing; + bool m_manualBoundsRequired; }; QT_END_NAMESPACE -- cgit v1.2.1