Fix parsing of CMake progress indicators

Reviewed-by: con
This commit is contained in:
Tobias Hunger
2010-04-01 15:14:38 +02:00
parent 8d70ab27dc
commit 5ba4773892
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ bool MakeStep::immutable() const
return true;
}
void MakeStep::stdOut(const QString &line)
void MakeStep::stdOutput(const QString &line)
{
if (m_percentProgress.indexIn(line) != -1) {
bool ok = false;