Always append cmake output

This commit is contained in:
dt_
2011-04-27 14:41:15 +02:00
parent eaabc9f06f
commit 29d6f9b788

View File

@@ -497,6 +497,7 @@ static QColor mix_colors(QColor a, QColor b)
void CMakeRunPage::cmakeReadyReadStandardOutput()
{
QTextCursor cursor(m_output->document());
cursor.movePosition(QTextCursor::End);
QTextCharFormat tf;
QFont font = m_output->font();