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
|
@ -28,7 +28,7 @@ void Update::executeTask()
|
|||
{
|
||||
connect(m_updateTask.get(), &Task::finished, this, &Update::updateFinished);
|
||||
connect(m_updateTask.get(), &Task::progress, this, &Update::setProgress);
|
||||
connect(m_updateTask.get(), &Task::stepProgress, this, &Update::propogateStepProgress);
|
||||
connect(m_updateTask.get(), &Task::stepProgress, this, &Update::propagateStepProgress);
|
||||
connect(m_updateTask.get(), &Task::status, this, &Update::setStatus);
|
||||
connect(m_updateTask.get(), &Task::details, this, &Update::setDetails);
|
||||
emit progressReportingRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue