diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-06 13:43:24 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-06 13:43:24 +0000 |
commit | 465e6dc6b65e9173764b7815bd449afa8bab11a6 (patch) | |
tree | e675be052893d6ec87d594e0b3532a1e8d8a2bcd /textedit.cpp | |
parent | try to fix 'not stealth on windows' bug by setting environment variable, need... (diff) | |
download | gpg4usb-465e6dc6b65e9173764b7815bd449afa8bab11a6.tar.gz gpg4usb-465e6dc6b65e9173764b7815bd449afa8bab11a6.zip |
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
Diffstat (limited to 'textedit.cpp')
-rw-r--r-- | textedit.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
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); |