QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCMapTasks.cpp
Go to the documentation of this file.
1#include "QGCMapTasks.h"
2
3#include "QGCCachedTileSet.h"
4#include "QGCCacheTile.h"
5
7{
8 if (!m_saved) {
9 delete m_tileSet;
10 }
11}
12
14{
15 delete m_tile;
16}