diff options
author | Saturneric <[email protected]> | 2021-06-26 00:48:21 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 00:48:21 +0000 |
commit | 09100fa57195bddd21c3f094ed214d472cb27f63 (patch) | |
tree | 8617474972b865a99f663ee52f6525e52565a7da /include/ui/widgets/TextEdit.h | |
parent | Update release.yml (diff) | |
download | GpgFrontend-09100fa57195bddd21c3f094ed214d472cb27f63.tar.gz GpgFrontend-09100fa57195bddd21c3f094ed214d472cb27f63.zip |
Reply and save work.
Diffstat (limited to '')
-rw-r--r-- | include/ui/widgets/TextEdit.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/include/ui/widgets/TextEdit.h b/include/ui/widgets/TextEdit.h index f98da145..99b8bcc7 100644 --- a/include/ui/widgets/TextEdit.h +++ b/include/ui/widgets/TextEdit.h @@ -82,10 +82,16 @@ public: public slots: /** - * @details Return pointer to the currently activated tabpage. + * @details Return pointer to the currently activated text edit tab page. * */ - [[nodiscard]] EditorPage *slotCurPage() const; + [[nodiscard]] EditorPage *slotCurPageTextEdit() const; + + /** + * @details Return pointer to the currently activated file treeview tab page. + * + */ + [[nodiscard]] FilePage *slotCurPageFileTreeView() const; /** * @details Insert a ">" at the begining of every line of current textedit. |