From 6068b3e6942867f0d7e1f6863a0cfafa5e1d1d0c Mon Sep 17 00:00:00 2001 From: ubbo Date: Wed, 5 Jan 2011 22:38:10 +0000 Subject: maybe save for anytab and current tab works now git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@435 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textedit.h') 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: -- cgit v1.2.3