Task/ProcessProgress: Delete private data on destruction

Change-Id: I81787984ff8dbb541f88922c90e51a68184c392b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Jarek Kobus
2023-01-04 16:12:55 +01:00
parent 2f39b51bdc
commit 4e58ffcd13
4 changed files with 17 additions and 14 deletions

View File

@@ -131,6 +131,8 @@ TaskProgress::TaskProgress(TaskTree *taskTree)
});
}
TaskProgress::~TaskProgress() = default;
void TaskProgress::setHalfLifeTimePerTask(int msecs)
{
d->m_halfLifeTimePerTask = msecs;