aboutsummaryrefslogtreecommitdiffstats
path: root/textedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'textedit.cpp')
-rw-r--r--textedit.cpp13
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);