diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-05 14:07:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 14:07:10 -0700 |
commit | b266068644d2caab4f103b0adf7a491b95f52369 (patch) | |
tree | 8de677072a75350959e3db64d86105a951f231f4 /launcher/tasks/Task.h | |
parent | 733619ca741336ba9999af43f4eddd9371462325 (diff) | |
download | PrismLauncher-b266068644d2caab4f103b0adf7a491b95f52369.tar.gz PrismLauncher-b266068644d2caab4f103b0adf7a491b95f52369.tar.bz2 PrismLauncher-b266068644d2caab4f103b0adf7a491b95f52369.zip |
Apply suggestions from code review
Co-authored-by: flow <flowlnlnln@gmail.com>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/tasks/Task.h')
-rw-r--r-- | launcher/tasks/Task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/tasks/Task.h b/launcher/tasks/Task.h index 04a09187..799ed945 100644 --- a/launcher/tasks/Task.h +++ b/launcher/tasks/Task.h @@ -130,7 +130,7 @@ class Task : public QObject, public QRunnable { void failed(QString reason); void status(QString status); void details(QString details); - void stepProgress(TaskStepProgress const& task_progress); // + void stepProgress(TaskStepProgress const& task_progress); /** Emitted when the canAbort() status has changed. */ |