RasterProcessTool/RasterMainWidgetGUI/RasterMainWidget/maptool.cpp

12 lines
165 B
C++
Raw Normal View History

#include <maptool.h>
#include <mapcanvas.h>
2025-02-07 09:16:22 +00:00
#pragma execution_character_set("utf-8")
namespace LAMPMainWidget {
MapTool::~MapTool() {
delete mMapCanvas;
}
}