实现了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

@ -12,6 +12,7 @@ class RasterLayer : public MapLayer
Q_OBJECT
public:
explicit RasterLayer(const QString& name, const QString& uri);
~RasterLayer();
LayerType layerType() const override;