summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeomaneuver.cpp
diff options
context:
space:
mode:
authorAlex Wilson <alex.wilson@nokia.com>2012-05-15 15:38:49 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-15 08:50:10 +0200
commitbc49b871f1c5c69ccefb18f87db1f3f94a995a56 (patch)
tree778d018a5729a4c672cb1cfe08cd807b3c4d27ee /src/imports/location/qdeclarativegeomaneuver.cpp
parentd9a01fd2df5068c8722ba358fe05f08ba39ca83e (diff)
downloadqtlocation-bc49b871f1c5c69ccefb18f87db1f3f94a995a56.tar.gz
Coding style fixes: whitespace around pointers/references
Change-Id: Ie527591e2d9a1578137136fb6664e86c43eed1bf Reviewed-by: Thomas Lowe <thomas.lowe@nokia.com> Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeomaneuver.cpp')
-rw-r--r--src/imports/location/qdeclarativegeomaneuver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeomaneuver.cpp b/src/imports/location/qdeclarativegeomaneuver.cpp
index ac557ece..f243094f 100644
--- a/src/imports/location/qdeclarativegeomaneuver.cpp
+++ b/src/imports/location/qdeclarativegeomaneuver.cpp
@@ -109,7 +109,7 @@ bool QDeclarativeGeoManeuver::valid() const
*/
-QDeclarativeCoordinate* QDeclarativeGeoManeuver::position() const
+QDeclarativeCoordinate *QDeclarativeGeoManeuver::position() const
{
return position_;
}
@@ -187,7 +187,7 @@ qreal QDeclarativeGeoManeuver::distanceToNextInstruction() const
*/
-QDeclarativeCoordinate* QDeclarativeGeoManeuver::waypoint() const
+QDeclarativeCoordinate *QDeclarativeGeoManeuver::waypoint() const
{
return waypoint_;
}