diff options
Diffstat (limited to 'textedit.h')
-rw-r--r-- | textedit.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |