aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.h')
-rw-r--r--textedit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/textedit.h b/textedit.h
index 5e61721..5d6c1da 100644
--- a/textedit.h
+++ b/textedit.h
@@ -54,6 +54,8 @@ public slots:
void newTab();
void showModified();
void closeTab();
+ void switchTabUp();
+ void switchTabDown();
private:
QString strippedName(const QString &fullFileName);