From 465e6dc6b65e9173764b7815bd449afa8bab11a6 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 6 Sep 2011 13:43:24 +0000 Subject: minor changes in verify-method and some doxygen documenation git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@526 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'textedit.cpp') diff --git a/textedit.cpp b/textedit.cpp index 68e5ad9..d7d4ad6 100644 --- a/textedit.cpp +++ b/textedit.cpp @@ -150,10 +150,6 @@ bool TextEdit::saveAs() return saveFile(fileName); } - -/** - * close current tab - */ void TextEdit::closeTab() { removeTab(tabWidget->currentIndex()); @@ -232,13 +228,6 @@ bool TextEdit::maybeSaveCurrentTab(bool askToSave) { return true; } -/** - * Checks if there are unsaved documents in any tab, - * which may need to be saved. Call this function before - * closing the programme or all tabs. - * - * If it returns false, the close event should be aborted. - */ bool TextEdit::maybeSaveAnyTab() { // get a list of all unsaved documents and their tabids @@ -372,8 +361,6 @@ void TextEdit::print() #endif } -/** put a * in front of every modified document tab - */ void TextEdit::showModified() { int index=tabWidget->currentIndex(); QString title= tabWidget->tabText(index); -- cgit v1.2.3