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 5d6c1da..39ed9e9 100644
--- a/textedit.h
+++ b/textedit.h
@@ -42,7 +42,8 @@ class TextEdit : public QWidget
public:
TextEdit();
void loadFile(const QString &fileName);
- bool maybeSave();
+ bool maybeSaveAnyTab();
+ bool maybeSaveCurrentTab();
QPlainTextEdit* curTextPage();
public slots: