Skip to content
Snippets Groups Projects
Commit 19f7f99b authored by dt's avatar dt
Browse files

Report finished in all cases.

parent 6bb5e2e7
No related merge requests found
......@@ -79,6 +79,8 @@ void MakeStep::run(QFutureInterface<bool> &fi)
m_futureInterface = &fi;
m_futureInterface->setProgressRange(0, 100);
AbstractMakeStep::run(fi);
m_futureInterface->setProgressValue(100);
m_futureInterface->reportFinished();
m_futureInterface = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment