diff options
Diffstat (limited to 'textedit.cpp')
-rw-r--r-- | textedit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textedit.cpp b/textedit.cpp index 170bb47..cc9682d 100644 --- a/textedit.cpp +++ b/textedit.cpp @@ -55,7 +55,6 @@ void TextEdit::newTab() tabWidget->setCurrentIndex(tabWidget->count() - 1); page->getTextPage()->setFocus(); connect(page->getTextPage(), SIGNAL(modificationChanged(bool)), this, SLOT(showModified())); -// setCursorPosition(); } void TextEdit::open() @@ -81,7 +80,6 @@ void TextEdit::open() QApplication::restoreOverrideCursor(); page->getTextPage()->setFocus(); connect(page->getTextPage(), SIGNAL(modificationChanged(bool)), this, SLOT(showModified())); - // setCursorPosition(); //enableAction(true) } else { QMessageBox::warning(this, tr("Application"), |