Changeset - ed7e163783f4
[Not reviewed]
add-textview
0 1 0
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-07-05 21:46:24
hy@ozderya.net
remove todo comment, it works only if newlines are used
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
mainwindow.cpp
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)