From 5504a4c00ec01fdbc95a862c9bc63a680095daee Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Fri, 2 Dec 2016 16:02:31 +0100 Subject: Rename QGeoProjection to QWebMercator QGeoProjection is currently a class containing only static methods for WebMercator conversion/interpolation. This patch renames it to QWebMercator, effectively freeing the QGeoProjection name for a real projection class Change-Id: I15b71d04f7d1d21a1d26f46687ed33aa277f6deb Reviewed-by: Alex Blasche --- src/positioning/positioning.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/positioning/positioning.pro') diff --git a/src/positioning/positioning.pro b/src/positioning/positioning.pro index a311e5e1..b5c6ee46 100644 --- a/src/positioning/positioning.pro +++ b/src/positioning/positioning.pro @@ -49,7 +49,7 @@ PRIVATE_HEADERS += \ qdeclarativegeolocation_p.h \ qdoublevector2d_p.h \ qdoublevector3d_p.h \ - qgeoprojection_p.h \ + qwebmercator_p.h \ qpositioningglobal_p.h \ qlocationdata_simulator_p.h \ qgeopath_p.h @@ -74,9 +74,9 @@ SOURCES += \ qdeclarativegeolocation.cpp \ qdoublevector2d.cpp \ qdoublevector3d.cpp \ - qgeoprojection.cpp \ + qgeopath.cpp \ qlocationdata_simulator.cpp \ - qgeopath.cpp + qwebmercator.cpp HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS -- cgit v1.2.1