summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeoroutemodel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeoroutemodel_p.h')
-rw-r--r--src/imports/location/qdeclarativegeoroutemodel_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/location/qdeclarativegeoroutemodel_p.h b/src/imports/location/qdeclarativegeoroutemodel_p.h
index ec8c19e9..0e62ef87 100644
--- a/src/imports/location/qdeclarativegeoroutemodel_p.h
+++ b/src/imports/location/qdeclarativegeoroutemodel_p.h
@@ -157,9 +157,9 @@ private:
bool complete_;
- QDeclarativeGeoServiceProvider* plugin_;
- QDeclarativeGeoRouteQuery* routeQuery_;
- QGeoRouteReply* reply_;
+ QDeclarativeGeoServiceProvider *plugin_;
+ QDeclarativeGeoRouteQuery *routeQuery_;
+ QGeoRouteReply *reply_;
QList<QDeclarativeGeoRoute*> routes_;
bool autoUpdate_;