diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-02 21:51:07 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-01 10:48:00 -0700 |
commit | 0fb6a2836be2fe51e27a47595950923dca329006 (patch) | |
tree | a9ed6fd2fe97b9a8d2c2405b6f10bbe3ddfac842 /launcher/tasks/ConcurrentTask.h | |
parent | fe36471b8dfad6156b735f9393072b9111a12547 (diff) | |
download | PrismLauncher-0fb6a2836be2fe51e27a47595950923dca329006.tar.gz PrismLauncher-0fb6a2836be2fe51e27a47595950923dca329006.tar.bz2 PrismLauncher-0fb6a2836be2fe51e27a47595950923dca329006.zip |
refactor: propogate only only one StepProgress at a time
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/tasks/ConcurrentTask.h')
-rw-r--r-- | launcher/tasks/ConcurrentTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/tasks/ConcurrentTask.h b/launcher/tasks/ConcurrentTask.h index 1cf1520e..974e8d4d 100644 --- a/launcher/tasks/ConcurrentTask.h +++ b/launcher/tasks/ConcurrentTask.h @@ -77,7 +77,7 @@ slots: void subTaskStatus(Task::Ptr task, const QString &msg); void subTaskDetails(Task::Ptr task, const QString &msg); void subTaskProgress(Task::Ptr task, qint64 current, qint64 total); - void subTaskStepProgress(Task::Ptr task, TaskStepProgressList task_step_progress); + void subTaskStepProgress(Task::Ptr task, TaskStepProgress task_step_progress); protected: // NOTE: This is not thread-safe. |