From d35d28017d731dba9e2a4f2622d2cec97e724e55 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Fri, 16 Aug 2013 10:02:13 +0200 Subject: Split QtLocation into QtPositioning and QtLocation QtPositioning is not dependent on any gui component and mostly covers everything around the retrieval of position information. QtLocation covers place, map and navigation APIs. Several documentation issues were fixed during the process. Change-Id: I98e2a53065549a2fc43f93a75b4f65b5bc884c92 Reviewed-by: Alex Blasche --- src/plugins/geoservices/osm/qgeocodingmanagerengineosm.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/geoservices/osm/qgeocodingmanagerengineosm.cpp') diff --git a/src/plugins/geoservices/osm/qgeocodingmanagerengineosm.cpp b/src/plugins/geoservices/osm/qgeocodingmanagerengineosm.cpp index a97913d5..05bc97dd 100644 --- a/src/plugins/geoservices/osm/qgeocodingmanagerengineosm.cpp +++ b/src/plugins/geoservices/osm/qgeocodingmanagerengineosm.cpp @@ -48,10 +48,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3