summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutingmanagerengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutingmanagerengine.h')
-rw-r--r--src/location/maps/qgeoroutingmanagerengine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeoroutingmanagerengine.h b/src/location/maps/qgeoroutingmanagerengine.h
index 66c01548..91c7b37f 100644
--- a/src/location/maps/qgeoroutingmanagerengine.h
+++ b/src/location/maps/qgeoroutingmanagerengine.h
@@ -68,8 +68,8 @@ public:
QString managerName() const;
int managerVersion() const;
- virtual QGeoRouteReply* calculateRoute(const QGeoRouteRequest& request) = 0;
- virtual QGeoRouteReply* updateRoute(const QGeoRoute &route, const QGeoCoordinate &position);
+ virtual QGeoRouteReply *calculateRoute(const QGeoRouteRequest &request) = 0;
+ virtual QGeoRouteReply *updateRoute(const QGeoRoute &route, const QGeoCoordinate &position);
QGeoRouteRequest::TravelModes supportedTravelModes() const;
QGeoRouteRequest::FeatureTypes supportedFeatureTypes() const;
@@ -82,8 +82,8 @@ public:
QLocale locale() const;
Q_SIGNALS:
- void finished(QGeoRouteReply* reply);
- void error(QGeoRouteReply* reply, QGeoRouteReply::Error error, QString errorString = QString());
+ void finished(QGeoRouteReply *reply);
+ void error(QGeoRouteReply *reply, QGeoRouteReply::Error error, QString errorString = QString());
protected:
void setSupportedTravelModes(QGeoRouteRequest::TravelModes travelModes);