aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/textedit.h b/textedit.h
index 5a02e85..0b471e8 100644
--- a/textedit.h
+++ b/textedit.h
@@ -88,6 +88,8 @@ public:
*/
QHash<int, QString> unsavedDocuments();
+ QTabWidget *tabWidget; /** Widget containing the tabs of the editor */
+
public slots:
/**
* @details Insert a ">" at the begining of every line of current textedit.
@@ -195,7 +197,6 @@ private:
* Description: int cotaining the number of added tabs
*/
int countPage; /* TODO */
- QTabWidget *tabWidget; /** Widget containing the tabs of the editor */
private slots:
/**