mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Placefile "Remove" functionality
This commit is contained in:
parent
9955c4ccbe
commit
ad5c2b583d
6 changed files with 115 additions and 2 deletions
|
|
@ -39,11 +39,13 @@ public:
|
|||
|
||||
void AddUrl(const std::string& urlString);
|
||||
void LoadFile(const std::string& filename);
|
||||
void RemoveUrl(const std::string& urlString);
|
||||
|
||||
static std::shared_ptr<PlacefileManager> Instance();
|
||||
|
||||
signals:
|
||||
void PlacefileEnabled(const std::string& name, bool enabled);
|
||||
void PlacefileRemoved(const std::string& name);
|
||||
void PlacefileRenamed(const std::string& oldName,
|
||||
const std::string& newName);
|
||||
void PlacefileUpdated(const std::string& name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue