aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/ConcurrentTask.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-04-02 21:51:07 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-01 10:48:00 -0700
commit0fb6a2836be2fe51e27a47595950923dca329006 (patch)
treea9ed6fd2fe97b9a8d2c2405b6f10bbe3ddfac842 /launcher/tasks/ConcurrentTask.h
parentfe36471b8dfad6156b735f9393072b9111a12547 (diff)
downloadPrismLauncher-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.h2
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.