|
|
@ -44,6 +44,10 @@ |
|
|
|
** |
|
|
|
** |
|
|
|
****************************************************************************/ |
|
|
|
****************************************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "QGCMapEngine.h" |
|
|
|
|
|
|
|
#include "QGeoTiledMappingManagerEngineQGC.h" |
|
|
|
|
|
|
|
#include "QGeoTileFetcherQGC.h" |
|
|
|
|
|
|
|
|
|
|
|
#include <QtLocation/private/qgeocameracapabilities_p.h> |
|
|
|
#include <QtLocation/private/qgeocameracapabilities_p.h> |
|
|
|
#include <QtLocation/private/qgeomaptype_p.h> |
|
|
|
#include <QtLocation/private/qgeomaptype_p.h> |
|
|
|
#if QT_VERSION < 0x050500 |
|
|
|
#if QT_VERSION < 0x050500 |
|
|
@ -54,10 +58,6 @@ |
|
|
|
#include <QDir> |
|
|
|
#include <QDir> |
|
|
|
#include <QStandardPaths> |
|
|
|
#include <QStandardPaths> |
|
|
|
|
|
|
|
|
|
|
|
#include "QGCMapEngine.h" |
|
|
|
|
|
|
|
#include "QGeoTiledMappingManagerEngineQGC.h" |
|
|
|
|
|
|
|
#include "QGeoTileFetcherQGC.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if QT_VERSION >= 0x050500 |
|
|
|
#if QT_VERSION >= 0x050500 |
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
QGeoTiledMapQGC::QGeoTiledMapQGC(QGeoTiledMappingManagerEngine *engine, QObject *parent) |
|
|
|
QGeoTiledMapQGC::QGeoTiledMapQGC(QGeoTiledMappingManagerEngine *engine, QObject *parent) |
|
|
|