summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-06-06 09:19:09 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-07 03:05:34 +0200
commit5e8bdd51c889403db99d0dbad908b6e862252a70 (patch)
tree7dc34fce9b8996b8a380d7719b28dee9842ef5f9 /src/location/maps/qgeomap.cpp
parent702a9d73fa145fd107c8a3f03d68d93b6968af77 (diff)
downloadqtlocation-5e8bdd51c889403db99d0dbad908b6e862252a70.tar.gz
Remove Maps from public C++ API.
The preliminary C++ Maps API was exposed to provide an interface between the QML plugin and the geo services plugins. Mark it as private API for now as it is likely to change when the full C++ API is developed. Mapping functionality is currently only available through QML. Change-Id: Id16e0f1a2165c70192047dffa40e69ab1f29ba69 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/maps/qgeomap.cpp')
-rw-r--r--src/location/maps/qgeomap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeomap.cpp b/src/location/maps/qgeomap.cpp
index ad81fd13..8a65c0db 100644
--- a/src/location/maps/qgeomap.cpp
+++ b/src/location/maps/qgeomap.cpp
@@ -43,7 +43,7 @@
#include "qgeomapdata_p.h"
#include "qgeotilecache_p.h"
-#include "qgeotilespec.h"
+#include "qgeotilespec_p.h"
#include "qgeoprojection_p.h"
#include "qgeocameracapabilities_p.h"
#include "qgeomapcontroller_p.h"
@@ -54,7 +54,7 @@
#include "qgeotilerequestmanager_p.h"
#include "qgeomapscene_p.h"
-#include "qgeomappingmanager.h"
+#include "qgeomappingmanager_p.h"
#include <QMutex>
#include <QMap>