aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/Task.cpp
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/Task.cpp
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/Task.cpp')
-rw-r--r--launcher/tasks/Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/tasks/Task.cpp b/launcher/tasks/Task.cpp
index e5f61919..fd1b8898 100644
--- a/launcher/tasks/Task.cpp
+++ b/launcher/tasks/Task.cpp
@@ -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);
}