summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotilerequestmanager.cpp
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/location/maps/qgeotilerequestmanager.cpp
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/location/maps/qgeotilerequestmanager.cpp')
-rw-r--r--src/location/maps/qgeotilerequestmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeotilerequestmanager.cpp b/src/location/maps/qgeotilerequestmanager.cpp
index f4fc791b..73400f29 100644
--- a/src/location/maps/qgeotilerequestmanager.cpp
+++ b/src/location/maps/qgeotilerequestmanager.cpp
@@ -174,7 +174,7 @@ class RetryFuture : public QObject
public:
RetryFuture(const QGeoTileSpec &tile, QGeoTiledMapData *map, QObject *parent=0);
-public slots:
+public Q_SLOTS:
void retry();
private: