GH-1053 add back update progress dialog

This commit is contained in:
Petr Mrázek
2015-07-26 17:55:29 +02:00
parent 6310f6569c
commit d8caab515a
35 changed files with 151 additions and 63 deletions

View File

@@ -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;