aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ProgressDialog.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/ui/dialogs/ProgressDialog.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/ui/dialogs/ProgressDialog.h')
-rw-r--r--launcher/ui/dialogs/ProgressDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ProgressDialog.h b/launcher/ui/dialogs/ProgressDialog.h
index 95a4db16..6779b949 100644
--- a/launcher/ui/dialogs/ProgressDialog.h
+++ b/launcher/ui/dialogs/ProgressDialog.h
@@ -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