mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
feat(ui): adapt SequentialTask to nested SequentialTasks
This commit is contained in:
@ -92,6 +92,7 @@ class Task : public QObject {
|
||||
void aborted();
|
||||
void failed(QString reason);
|
||||
void status(QString status);
|
||||
void stepStatus(QString status);
|
||||
|
||||
public slots:
|
||||
virtual void start();
|
||||
|
Reference in New Issue
Block a user