From 646ec2ba7cd74d65014fac420d58c6e402d6ef98 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 7 Feb 2016 21:49:42 +0100 Subject: added findwidget --- textedit.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'textedit.h') diff --git a/textedit.h b/textedit.h index 74a7dc1..12e4970 100644 --- a/textedit.h +++ b/textedit.h @@ -91,6 +91,12 @@ public: QTabWidget *tabWidget; /** Widget containing the tabs of the editor */ public slots: + /** + * @details Return pointer to the currently activated tabpage. + * + */ + EditorPage *slotCurPage(); + /** * @details Insert a ">" at the begining of every line of current textedit. */ @@ -164,12 +170,6 @@ public slots: */ void slotSwitchTabDown(); - /** - * @details Return pointer to the currently activated tabpage. - * - */ - EditorPage *slotCurPage(); - private: /** * @details return just a filename stripped of a whole path -- cgit v1.2.3