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:
brunoherbelin
2021-03-19 23:09:49 +01:00
parent b07009f3ce
commit 112b583379
11 changed files with 86 additions and 115 deletions

View File

@@ -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();