实现了TOC右键菜单:移除图层

This commit is contained in:
tangchao0503
2026-03-05 14:15:18 +08:00
parent 8d2fe91043
commit 7f94513a16
12 changed files with 220 additions and 5 deletions

View File

@ -8,6 +8,10 @@ RasterLayer::RasterLayer(const QString& name, const QString& uri)
// lazy creation
}
RasterLayer::~RasterLayer()
{
}
MapLayer::LayerType RasterLayer::layerType() const
{
return MapLayer::LayerType::Raster;