refactor: propogate only only one StepProgress at a time
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
fe36471b8d
commit
0fb6a2836b
6 changed files with 80 additions and 74 deletions
|
@ -161,7 +161,7 @@ void Task::emitSucceeded()
|
|||
emit finished();
|
||||
}
|
||||
|
||||
void Task::propogateStepProgress(TaskStepProgressList task_progress)
|
||||
void Task::propogateStepProgress(TaskStepProgress task_progress)
|
||||
{
|
||||
emit stepProgress(task_progress);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue