CMake MakeStep: Fix crash after building

Task-number: QTCREATORBUG-8802

Change-Id: I88253caf5f70bed95454f36794f7256a74a165a7
Reviewed-by: Yuchen Deng <loaden@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-02-20 13:11:34 +01:00
committed by Tobias Hunger
parent cdcc8256a0
commit ae8fb83385

View File

@@ -503,6 +503,6 @@ void MakeStep::processStarted()
void MakeStep::processFinished(int exitCode, QProcess::ExitStatus status)
{
processFinished(exitCode, status);
AbstractProcessStep::processFinished(exitCode, status);
futureInterface()->setProgressValue(100);
}