feat(ui): adapt SequentialTask to nested SequentialTasks
This commit is contained in:
parent
c86c719e1a
commit
eaa5ce4467
4 changed files with 15 additions and 12 deletions
|
@ -32,13 +32,10 @@ slots:
|
|||
void subTaskStatus(const QString &msg);
|
||||
void subTaskProgress(qint64 current, qint64 total);
|
||||
|
||||
signals:
|
||||
void stepStatus(QString status);
|
||||
protected:
|
||||
void setStepStatus(QString status) { m_step_status = status; emit stepStatus(status); };
|
||||
|
||||
private:
|
||||
void setStepStatus(QString status) { m_step_status = status; };
|
||||
|
||||
private:
|
||||
protected:
|
||||
QString m_name;
|
||||
QString m_step_status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue