New export function for Version of a session

This commit is contained in:
Bruno Herbelin
2021-11-24 20:32:29 +01:00
parent b6593c2a83
commit 091e99f21b
4 changed files with 77 additions and 1 deletions

View File

@@ -115,6 +115,8 @@ public:
// create sources if clipboard contains well-formed xml text
void paste (const std::string& clipboard);
// version and undo management
void restore(tinyxml2::XMLElement *sessionNode);
protected: