diff options
Diffstat (limited to 'src/ui/widgets/TextEdit.h')
-rw-r--r-- | src/ui/widgets/TextEdit.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/widgets/TextEdit.h b/src/ui/widgets/TextEdit.h index 4eb1d537..842cb406 100644 --- a/src/ui/widgets/TextEdit.h +++ b/src/ui/widgets/TextEdit.h @@ -282,6 +282,13 @@ class TextEdit : public QWidget { */ void SlotSelectAll() const; + /** + * @brief + * + * @param text + */ + void SlotAppendText2CurTextPage(const QString& text); + protected: /** * @brief Saves the content of currentTab to the file filename |