forked from qt-creator/qt-creator
CMake: Fix WS issue
Change-Id: Ic3f59f4c9a5337c1189696fde8fe49ba711265f3 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -60,7 +60,7 @@ void CMakeParser::stdError(const QString &line)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (m_skippedFirstEmptyLine)
|
if (m_skippedFirstEmptyLine)
|
||||||
m_skippedFirstEmptyLine= false;
|
m_skippedFirstEmptyLine = false;
|
||||||
|
|
||||||
if (m_commonError.indexIn(trimmedLine) != -1) {
|
if (m_commonError.indexIn(trimmedLine) != -1) {
|
||||||
m_lastTask = Task(Task::Error, QString(), Utils::FileName::fromUserInput(m_commonError.cap(1)),
|
m_lastTask = Task(Task::Error, QString(), Utils::FileName::fromUserInput(m_commonError.cap(1)),
|
||||||
|
|||||||
Reference in New Issue
Block a user