summaryrefslogtreecommitdiffstats
path: root/logic/launch/LaunchTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/launch/LaunchTask.h')
-rw-r--r--logic/launch/LaunchTask.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/launch/LaunchTask.h b/logic/launch/LaunchTask.h
index 24139ea8..bd0485c8 100644
--- a/logic/launch/LaunchTask.h
+++ b/logic/launch/LaunchTask.h
@@ -92,6 +92,10 @@ signals:
*/
void readyForLaunch();
+ void requestProgress(Task *task);
+
+ void requestLogging();
+
/**
* @brief emitted when we want to log something
* @param text the text to log
@@ -104,6 +108,7 @@ public slots:
void onLogLine(QString line, MessageLevel::Enum defaultLevel = MessageLevel::MultiMC);
void onReadyForLaunch();
void onStepFinished();
+ void onProgressReportingRequested();
protected: /* data */
InstancePtr m_instance;