summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2011-11-08 22:36:02 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-09 01:58:45 +0100
commit2cd150a7f540078f05ccd5d657e54812f298dec3 (patch)
tree370db15cbdb51b96c271e500e293b440d5b4dba4 /src
parentaa84281b36f65746ed8804477ce3bf1f6d3c4890 (diff)
downloadqtlocation-2cd150a7f540078f05ccd5d657e54812f298dec3.tar.gz
fix constness of signal parameter
Change-Id: I34e24e0ecd2c735ce682f33041b4d2dfc568c8d5 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/location/places/qplacemanagerengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/places/qplacemanagerengine.h b/src/location/places/qplacemanagerengine.h
index 41eacdbe..31487bb1 100644
--- a/src/location/places/qplacemanagerengine.h
+++ b/src/location/places/qplacemanagerengine.h
@@ -93,7 +93,7 @@ public:
Q_SIGNALS:
void finished(QPlaceReply *reply);
- void error(QPlaceReply *, QPlaceReply::Error error, QString errorString = QString());
+ void error(QPlaceReply *, QPlaceReply::Error error, const QString &errorString = QString());
void authenticationRequired(QAuthenticator *authenticator);
void placeAdded(const QString &placeId);