Create LayerModel singleton

This commit is contained in:
Dan Paulat 2023-10-28 05:54:38 -05:00
parent dd7bfc7a6f
commit b6aef07af4
3 changed files with 26 additions and 6 deletions

View file

@ -74,6 +74,8 @@ public:
const QModelIndex& destinationParent,
int destinationChild) override;
static std::shared_ptr<LayerModel> Instance();
public slots:
void HandlePlacefileRemoved(const std::string& name);
void HandlePlacefileRenamed(const std::string& oldName,