aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/widgets/TextEdit.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 00:48:21 +0000
committerSaturneric <[email protected]>2021-06-26 00:48:21 +0000
commit09100fa57195bddd21c3f094ed214d472cb27f63 (patch)
tree8617474972b865a99f663ee52f6525e52565a7da /include/ui/widgets/TextEdit.h
parentUpdate release.yml (diff)
downloadGpgFrontend-09100fa57195bddd21c3f094ed214d472cb27f63.tar.gz
GpgFrontend-09100fa57195bddd21c3f094ed214d472cb27f63.zip
Reply and save work.
Diffstat (limited to '')
-rw-r--r--include/ui/widgets/TextEdit.h10
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.