summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/nokia/qgeoroutereply_nokia.h
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2012-05-14 17:35:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-15 06:03:33 +0200
commit91fef5b781609a0ccbccb9d282148fc04feca585 (patch)
tree7ea8a7eacfc55b91a20532acf69ac0728da2c74a /src/plugins/geoservices/nokia/qgeoroutereply_nokia.h
parent402f904f8c37e0b14ce07d49aaa391ee2d71de64 (diff)
downloadqtlocation-91fef5b781609a0ccbccb9d282148fc04feca585.tar.gz
Coding style fixes: use Q_SIGNALS/Q_SLOTS
Change-Id: I64fd9e5430dcd6cca38bcef3cbe73a944223b17a Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/plugins/geoservices/nokia/qgeoroutereply_nokia.h')
-rw-r--r--src/plugins/geoservices/nokia/qgeoroutereply_nokia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/nokia/qgeoroutereply_nokia.h b/src/plugins/geoservices/nokia/qgeoroutereply_nokia.h
index 462fe0cf..3db861b0 100644
--- a/src/plugins/geoservices/nokia/qgeoroutereply_nokia.h
+++ b/src/plugins/geoservices/nokia/qgeoroutereply_nokia.h
@@ -63,7 +63,7 @@ public:
void abort();
-private slots:
+private Q_SLOTS:
void networkFinished();
void networkError(QNetworkReply::NetworkError error);