aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/textedit.h b/textedit.h
index 1e05a35..2ecc28f 100644
--- a/textedit.h
+++ b/textedit.h
@@ -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;