# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-07-05 21:46:24 # Node ID ed7e163783f4006f814c2ccb6816d2761c9d57d1 # Parent e0b4536d2f3b2f28db3db7b6a9d844729102da45 remove todo comment, it works only if newlines are used diff --git a/mainwindow.cpp b/mainwindow.cpp --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -147,7 +147,6 @@ MainWindow::MainWindow(QWidget *parent) } // init text view - // TODO: does this work in binary mode? (no new lines) ui->ptTextView->setMaximumBlockCount(10000); QObject::connect(ui->pbClearTextView, &QPushButton::clicked, ui->ptTextView, &QPlainTextEdit::clear);