Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into staging
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -61,7 +61,6 @@ struct TaskStepProgress {
|
||||
TaskStepState state = TaskStepState::Waiting;
|
||||
|
||||
TaskStepProgress() { this->uid = QUuid::createUuid(); }
|
||||
|
||||
TaskStepProgress(QUuid uid_) : uid(uid_) {}
|
||||
|
||||
bool isDone() const { return (state == TaskStepState::Failed) || (state == TaskStepState::Succeeded); }
|
||||
|
Reference in New Issue
Block a user