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/ui/dialogs/ProgressDialog.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/ui/dialogs/ProgressDialog.h')
-rw-r--r-- | launcher/ui/dialogs/ProgressDialog.h | 2 |
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 |