diff options
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,11 +109,11 @@ public slots: void closeTab(); void switchTabUp(); void switchTabDown(); + EditorPage *curPage(); private: QString strippedName(const QString &fullFileName); bool maybeSaveFile(); - EditorPage *curPage(); void setCursorPosition(); QString mIconPath; int countPage; |