forked from qt-creator/qt-creator
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:
committed by
Tobias Hunger
parent
cdcc8256a0
commit
ae8fb83385
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user