GH-1053 add back update progress dialog
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user