summaryrefslogtreecommitdiffstats
path: root/api/logic/launch/steps/Update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/launch/steps/Update.cpp')
-rw-r--r--api/logic/launch/steps/Update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/launch/steps/Update.cpp b/api/logic/launch/steps/Update.cpp
index 461d8036..956230f4 100644
--- a/api/logic/launch/steps/Update.cpp
+++ b/api/logic/launch/steps/Update.cpp
@@ -28,7 +28,7 @@ void Update::executeTask()
{
connect(m_updateTask.get(), SIGNAL(finished()), this, SLOT(updateFinished()));
connect(m_updateTask.get(), &Task::progress, this, &Task::setProgress);
- connect(m_updateTask.get(), &Task::status, this, &Task::setStatusText);
+ connect(m_updateTask.get(), &Task::status, this, &Task::setStatus);
emit progressReportingRequest();
return;
}