summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoprojection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoprojection.cpp')
-rw-r--r--src/location/maps/qgeoprojection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/maps/qgeoprojection.cpp b/src/location/maps/qgeoprojection.cpp
index ac21868a..b751bcd4 100644
--- a/src/location/maps/qgeoprojection.cpp
+++ b/src/location/maps/qgeoprojection.cpp
@@ -49,6 +49,8 @@
#include <cmath>
+QT_BEGIN_NAMESPACE
+
QGeoProjection::QGeoProjection() {}
QGeoProjection::~QGeoProjection() {}
@@ -115,3 +117,5 @@ QGeoCoordinate QGeoProjection::mercatorToCoord(const QVector2D &mercator) const
return QGeoCoordinate(lat, lng, 0.0);
}
+
+QT_END_NAMESPACE