Added edit menu in New source panel

This commit is contained in:
brunoherbelin
2021-02-28 10:19:30 +01:00
parent 13672a9d01
commit 70cc66a7f4
6 changed files with 88 additions and 27 deletions

View File

@@ -105,6 +105,7 @@ 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: