mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Includes cleanup
This commit is contained in:
parent
247eef5261
commit
9eb2e38499
@ -1,7 +1,6 @@
|
|||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QEventLoop>
|
#include <QEventLoop>
|
||||||
#include "downloader.h"
|
|
||||||
#include "tileloader.h"
|
#include "tileloader.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
#include "common/rectc.h"
|
#include "common/rectc.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "downloader.h"
|
#include "downloader.h"
|
||||||
|
#include "tileloader.h"
|
||||||
#include "wmsmap.h"
|
#include "wmsmap.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#include "projection.h"
|
#include "projection.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "wms.h"
|
#include "wms.h"
|
||||||
#include "tileloader.h"
|
|
||||||
|
|
||||||
|
class TileLoader;
|
||||||
|
|
||||||
class WMSMap : public Map
|
class WMSMap : public Map
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include "common/wgs84.h"
|
#include "common/wgs84.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "transform.h"
|
#include "transform.h"
|
||||||
#include "downloader.h"
|
#include "tileloader.h"
|
||||||
#include "wmts.h"
|
#include "wmts.h"
|
||||||
#include "wmtsmap.h"
|
#include "wmtsmap.h"
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
#include "projection.h"
|
#include "projection.h"
|
||||||
#include "map.h"
|
#include "map.h"
|
||||||
#include "wmts.h"
|
#include "wmts.h"
|
||||||
#include "tileloader.h"
|
|
||||||
|
|
||||||
|
class TileLoader;
|
||||||
|
|
||||||
class WMTSMap : public Map
|
class WMTSMap : public Map
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user