summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomapsphere.cpp
diff options
context:
space:
mode:
authorDavid Laing <david.laing@nokia.com>2012-01-05 16:21:45 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-09 20:55:07 +0100
commit9a5bcb41a44cd9108690606b79396e424cba983d (patch)
treef90e0f66c7812de24e8cc1f2b3a03b52bc13056d /src/location/maps/qgeomapsphere.cpp
parentf75c61a5eed56327fce5a1d798085bc950178089 (diff)
downloadqtlocation-9a5bcb41a44cd9108690606b79396e424cba983d.tar.gz
Adding private API warnings for the Maps API.
Also renamed some of the files to follow the naming conventions for private header files. Change-Id: I84a6bc0956b942861dfb63169cb4cdcc2033f2df Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/location/maps/qgeomapsphere.cpp')
-rw-r--r--src/location/maps/qgeomapsphere.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/location/maps/qgeomapsphere.cpp b/src/location/maps/qgeomapsphere.cpp
index f3b1199c..b828a901 100644
--- a/src/location/maps/qgeomapsphere.cpp
+++ b/src/location/maps/qgeomapsphere.cpp
@@ -40,10 +40,10 @@
****************************************************************************/
#include "qgeomapsphere_p.h"
-#include "qgeotilecache.h"
-#include "qgeotile.h"
-#include "qgeomap.h"
+#include "qgeotilecache_p.h"
+#include "qgeotile_p.h"
#include "qgeomap_p.h"
+#include "qgeomap_p_p.h"
#include "qgeomappingmanager.h"
@@ -57,6 +57,8 @@
#include <QVector>
#include <QTimer>
+QT_BEGIN_NAMESPACE
+
QGeoMapSphere::QGeoMapSphere(QGeoMap* map, QGeoMapPrivate *mapPrivate, QGeoTileCache *tileCache)
: QObject(0),
tileCache_(tileCache),
@@ -225,3 +227,5 @@ void QGeoMapSphere::paintGL(QGLPainter *painter)
updateMutex.unlock();
}
+
+QT_END_NAMESPACE