diff options
author | David Laing <david.laing@nokia.com> | 2012-01-05 16:21:45 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-09 20:55:07 +0100 |
commit | 9a5bcb41a44cd9108690606b79396e424cba983d (patch) | |
tree | f90e0f66c7812de24e8cc1f2b3a03b52bc13056d /src/location/maps/qgeomappingmanagerengine_p.h | |
parent | f75c61a5eed56327fce5a1d798085bc950178089 (diff) | |
download | qtlocation-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/qgeomappingmanagerengine_p.h')
-rw-r--r-- | src/location/maps/qgeomappingmanagerengine_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeomappingmanagerengine_p.h b/src/location/maps/qgeomappingmanagerengine_p.h index 52fe7ba8..db7cd5f0 100644 --- a/src/location/maps/qgeomappingmanagerengine_p.h +++ b/src/location/maps/qgeomappingmanagerengine_p.h @@ -61,7 +61,7 @@ #include <QLocale> #include <QTimer> #include "qgeomaptype.h" -#include "qgeotilecache.h" +#include "qgeomappingmanager.h" class QGeoTileSpec; class QGeoTiledMapReply; @@ -88,7 +88,7 @@ public: bool supportsTilting; qreal minimumTilt; qreal maximumTilt; - QGeoTileCache::CacheAreas cacheHint; + QGeoMappingManager::CacheAreas cacheHint; QLocale locale; bool started_; |