forked from qt-creator/qt-creator
Don't call FutureProgress::setKeepOnFinish(HideOnFinish)
This is the default behavior so no need to set it explicitly. Change-Id: I7248a7a3890fa7fd947b8e42fccc70383d46ca3a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -54,7 +54,6 @@ ValgrindToolRunner::ValgrindToolRunner(RunControl *runControl)
|
||||
void ValgrindToolRunner::start()
|
||||
{
|
||||
FutureProgress *fp = ProgressManager::addTimedTask(m_progress, progressTitle(), "valgrind", 100);
|
||||
fp->setKeepOnFinish(FutureProgress::HideOnFinish);
|
||||
connect(fp, &FutureProgress::canceled,
|
||||
this, &ValgrindToolRunner::handleProgressCanceled);
|
||||
connect(fp, &FutureProgress::finished,
|
||||
|
||||
Reference in New Issue
Block a user