summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
diff options
context:
space:
mode:
authorvladimirb <vladimir.bezkorovainyi@nokia.com>2012-05-07 18:18:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-16 04:06:15 +0200
commit9c68d7c658bc1901efa7b2e43a4a8be61a313c40 (patch)
treebe5b93df166ad469ddf4bb50b50aa644aef76eac /src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
parent89e01acaae12f1e3dedcd51478f49d0fc4b340e8 (diff)
downloadqtlocation-9c68d7c658bc1901efa7b2e43a4a8be61a313c40.tar.gz
China shifting support for dual sim
Change-Id: I278bad0a8b167a3a40c8e737622a83683e966e64 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h')
-rw-r--r--src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h b/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
index 60539aa5..0513251d 100644
--- a/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
+++ b/src/plugins/geoservices/nokia/qplacemanagerengine_nokiav2.h
@@ -60,8 +60,8 @@ class QPlaceContentReply;
class QNetworkReply;
class QNetworkAccessManager;
class QPlaceCategoriesReplyImpl;
-class QNetworkInfo;
class QGeoNetworkAccessManager;
+class QGeoUriProvider;
struct PlaceCategoryNode
{
@@ -118,15 +118,10 @@ private Q_SLOTS:
void replyError(QPlaceReply::Error error_, const QString &errorString);
void categoryReplyFinished();
void categoryReplyError();
-#ifdef USE_CHINA_NETWORK_REGISTRATION
- void currentMobileCountryCodeChanged(int interface, const QString &mcc);
-#endif
private:
QGeoNetworkAccessManager *m_manager;
-#ifdef USE_CHINA_NETWORK_REGISTRATION
- QNetworkInfo *m_networkInfo;
-#endif
+ QGeoUriProvider *m_uriProvider;
QList<QLocale> m_locales;
@@ -137,9 +132,7 @@ private:
QString m_appId;
QString m_appCode;
- QString m_host;
- QString m_placesServer;
QString m_localDataPath;
QString m_theme;
};