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:
@ -80,7 +80,7 @@ slots:
|
||||
|
||||
void changeStatus(const QString &status);
|
||||
void changeProgress(qint64 current, qint64 total);
|
||||
void changeStepProgress(TaskStepProgressList task_progress);
|
||||
void changeStepProgress(TaskStepProgress task_progress);
|
||||
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user