diff options
Diffstat (limited to 'src/location/maps/qgeocodereply.h')
-rw-r--r-- | src/location/maps/qgeocodereply.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeocodereply.h b/src/location/maps/qgeocodereply.h index 41b50c95..5a988cb4 100644 --- a/src/location/maps/qgeocodereply.h +++ b/src/location/maps/qgeocodereply.h @@ -90,7 +90,7 @@ Q_SIGNALS: void error(QGeocodeReply::Error error, const QString &errorString = QString()); protected: - QGeocodeReply(QObject* parent = 0); + QGeocodeReply(QObject *parent = 0); void setError(Error error, const QString &errorString); void setFinished(bool finished); |