Synchronize placefile layers with placefile manager after initialization

This commit is contained in:
Dan Paulat 2023-10-28 06:21:01 -05:00
parent b6aef07af4
commit ba75326c0c
3 changed files with 44 additions and 0 deletions

View file

@ -51,6 +51,7 @@ public:
static std::shared_ptr<PlacefileManager> Instance();
signals:
void PlacefilesInitialized();
void PlacefileEnabled(const std::string& name, bool enabled);
void PlacefileRemoved(const std::string& name);
void PlacefileRenamed(const std::string& oldName,