forked from qt-creator/qt-creator
Fix escaped output in the compile output window
This commit is contained in:
@@ -248,7 +248,7 @@ void AbstractProcessStep::stdOutput(const QString &line)
|
||||
if (m_outputParserChain)
|
||||
m_outputParserChain->stdOutput(line);
|
||||
QTextCharFormat textCharFormat;
|
||||
emit addOutput(Qt::escape(line), textCharFormat);
|
||||
emit addOutput(line, textCharFormat);
|
||||
}
|
||||
|
||||
void AbstractProcessStep::processReadyReadStdError()
|
||||
|
||||
Reference in New Issue
Block a user