summaryrefslogtreecommitdiffstats
path: root/logic/launch/LaunchStep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/launch/LaunchStep.cpp')
-rw-r--r--logic/launch/LaunchStep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/launch/LaunchStep.cpp b/logic/launch/LaunchStep.cpp
index 9799d767..3078043b 100644
--- a/logic/launch/LaunchStep.cpp
+++ b/logic/launch/LaunchStep.cpp
@@ -23,4 +23,5 @@ void LaunchStep::bind(LaunchTask *parent)
connect(this, &LaunchStep::logLine, parent, &LaunchTask::onLogLine);
connect(this, &LaunchStep::logLines, parent, &LaunchTask::onLogLines);
connect(this, &LaunchStep::finished, parent, &LaunchTask::onStepFinished);
+ connect(this, &LaunchStep::progressReportingRequest, parent, &LaunchTask::onProgressReportingRequested);
}