mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Important change: sources keep their id all lifelong.
This simplifies a lot history and testing in session.
This commit is contained in:
@@ -37,8 +37,6 @@ public:
|
||||
private:
|
||||
|
||||
void restore(uint target);
|
||||
void replaceSourceId(uint64_t previousid, uint64_t newid);
|
||||
// void replaceSourceId(tinyxml2::XMLElement* parentnode, uint64_t previousid, uint64_t newid);
|
||||
|
||||
tinyxml2::XMLDocument xmlDoc_;
|
||||
uint step_;
|
||||
@@ -46,4 +44,5 @@ private:
|
||||
std::atomic<bool> locked_;
|
||||
};
|
||||
|
||||
|
||||
#endif // ACTIONMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user