PrismLauncher/launcher/tasks
flow 064ae49d2b
fix: make MultipleOptionsTask inherit directly from SequentialTask
It's not a good idea to have multiple concurrent tasks running on a
sequential thing like this one.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-28 16:29:02 -03:00
..
ConcurrentTask.cpp fix: abort logic running subsequent tasks anyways some times 2022-08-28 16:29:01 -03:00
ConcurrentTask.h fix: abort logic running subsequent tasks anyways some times 2022-08-28 16:29:01 -03:00
MultipleOptionsTask.cpp fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
MultipleOptionsTask.h fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
SequentialTask.cpp refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
SequentialTask.h refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
Task_test.cpp feat(test): add more tests to Tasks 2022-08-28 16:29:01 -03:00
Task.cpp feat: make Task a QRunnable 2022-08-20 10:41:59 -03:00
Task.h feat: make Task a QRunnable 2022-08-20 10:41:59 -03:00