mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Entire cleanup of ActionManager
History of previous id of sources is now obtained in SessionLoader; no need to store the id of the source in action manager XML (so also removed in View current id).
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
return _instance;
|
||||
}
|
||||
|
||||
void store(const std::string &label, uint64_t id = 0);
|
||||
void store(const std::string &label);
|
||||
|
||||
void clear();
|
||||
void undo();
|
||||
|
||||
Reference in New Issue
Block a user