summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2012-05-15 15:38:49 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-15 08:50:10 +0200
commitbc49b871f1c5c69ccefb18f87db1f3f94a995a56 (patch)
tree778d018a5729a4c672cb1cfe08cd807b3c4d27ee /src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h
parentd9a01fd2df5068c8722ba358fe05f08ba39ca83e (diff)
downloadqtlocation-bc49b871f1c5c69ccefb18f87db1f3f94a995a56.tar.gz
Coding style fixes: whitespace around pointers/references
Change-Id: Ie527591e2d9a1578137136fb6664e86c43eed1bf Reviewed-by: Thomas Lowe <thomas.lowe@nokia.com> Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h')
-rw-r--r--src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h b/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h
index 3280e870..6a51e8de 100644
--- a/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h
+++ b/src/plugins/geoservices/nokia/qgeotilefetcher_nokia.h
@@ -74,18 +74,18 @@ class QGeoTileFetcherNokia : public QGeoTileFetcher
Q_OBJECT
public:
- QGeoTileFetcherNokia(QGeoNetworkAccessManager* networkManager, QGeoTiledMappingManagerEngine *engine);
+ QGeoTileFetcherNokia(QGeoNetworkAccessManager *networkManager, QGeoTiledMappingManagerEngine *engine);
~QGeoTileFetcherNokia();
bool init();
- QGeoTiledMapReply* getTileImage(const QGeoTileSpec &spec);
+ QGeoTiledMapReply *getTileImage(const QGeoTileSpec &spec);
- const QString& host() const;
+ const QString &host() const;
QChar firstSubdomain() const;
unsigned char maxSubdomains() const;
- const QString& token() const;
- const QString& applicationId() const;
+ const QString &token() const;
+ const QString &applicationId() const;
void setParams(const QMap<QString, QVariant> &parameters);
void setTileSize(QSize tileSize);
@@ -96,7 +96,7 @@ public Q_SLOTS:
#ifdef USE_CHINA_NETWORK_REGISTRATION
private Q_SLOTS:
- void currentMobileCountryCodeChanged(int interface, const QString& mcc);
+ void currentMobileCountryCodeChanged(int interface, const QString &mcc);
#endif
private:
@@ -107,7 +107,7 @@ private:
static QString sizeToStr(const QSize &size);
static QString mapIdToStr(int mapId);
- void setHost(const QString& host);
+ void setHost(const QString &host);
QGeoTiledMappingManagerEngineNokia *m_engineNokia;
QGeoNetworkAccessManager *m_networkManager;