(continue) Migrating clipboard manipulation to Session XML management

This commit is contained in:
brunoherbelin
2021-04-05 13:05:38 +02:00
parent 8a57b52fcc
commit d3a130d9ba
8 changed files with 36 additions and 123 deletions

View File

@@ -107,7 +107,6 @@ public:
void open (const std::string& filename);
// create sources if clipboard contains well-formed xml text
bool isClipboard (const std::string& text);
void paste (const std::string& clipboard);
protected: