mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: typo in task.h
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
a0944dab7a
commit
af59c41713
19 changed files with 27 additions and 27 deletions
|
|
@ -161,7 +161,7 @@ void Task::emitSucceeded()
|
|||
emit finished();
|
||||
}
|
||||
|
||||
void Task::propogateStepProgress(TaskStepProgress const& task_progress)
|
||||
void Task::propagateStepProgress(TaskStepProgress const& task_progress)
|
||||
{
|
||||
emit stepProgress(task_progress);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue