CMake: Fix WS issue

Change-Id: Ic3f59f4c9a5337c1189696fde8fe49ba711265f3
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-02-08 11:11:33 +01:00
parent 33465ce2be
commit babb93a682

View File

@@ -60,7 +60,7 @@ void CMakeParser::stdError(const QString &line)
return;
}
if (m_skippedFirstEmptyLine)
m_skippedFirstEmptyLine= false;
m_skippedFirstEmptyLine = false;
if (m_commonError.indexIn(trimmedLine) != -1) {
m_lastTask = Task(Task::Error, QString(), Utils::FileName::fromUserInput(m_commonError.cap(1)),