forked from qt-creator/qt-creator
Task/ProcessProgress: Delete private data on destruction
Change-Id: I81787984ff8dbb541f88922c90e51a68184c392b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -131,6 +131,8 @@ TaskProgress::TaskProgress(TaskTree *taskTree)
|
||||
});
|
||||
}
|
||||
|
||||
TaskProgress::~TaskProgress() = default;
|
||||
|
||||
void TaskProgress::setHalfLifeTimePerTask(int msecs)
|
||||
{
|
||||
d->m_halfLifeTimePerTask = msecs;
|
||||
|
||||
Reference in New Issue
Block a user