Add GUI command to insert a text document into the active document

This commit is contained in:
wmayer
2019-12-11 16:01:31 +01:00
parent 1a87354282
commit 13db5b0560
3 changed files with 38 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ public:
PropertyBool ReadOnly;
TextDocument();
~TextDocument() {};
~TextDocument() {}
void onChanged(const Property* prop);
const char* getViewProviderName() const;