summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoprojection2d_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoprojection2d_p.h')
-rw-r--r--src/location/maps/qgeoprojection2d_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeoprojection2d_p.h b/src/location/maps/qgeoprojection2d_p.h
index d749d05b..2ceab778 100644
--- a/src/location/maps/qgeoprojection2d_p.h
+++ b/src/location/maps/qgeoprojection2d_p.h
@@ -62,11 +62,11 @@ public:
QGeoProjection2D(double baseHeight, double sideLength);
virtual ~QGeoProjection2D();
- virtual QVector3D coordToPoint(const QGeoCoordinate &coord) const;
- virtual QGeoCoordinate pointToCoord(const QVector3D &point) const;
+ virtual QDoubleVector3D coordToPoint(const QGeoCoordinate &coord) const;
+ virtual QGeoCoordinate pointToCoord(const QDoubleVector3D &point) const;
- virtual QVector3D mercatorToPoint(const QVector2D &mercator) const;
- virtual QVector2D pointToMercator(const QVector3D &point) const;
+ virtual QDoubleVector3D mercatorToPoint(const QDoubleVector2D &mercator) const;
+ virtual QDoubleVector2D pointToMercator(const QDoubleVector3D &point) const;
virtual QGeoCoordinate interpolate(const QGeoCoordinate &start, const QGeoCoordinate &end, qreal progress);