pollymc/launcher/tasks
flow 29f7ea752f
refactor: make shared_qobject_ptr ctor explicit
This turns issues like creating two shared ptrs from a single raw ptr
from popping up at runtime, instead making them a compile error.

Signed-off-by: flow <flowlnlnln@gmail.com>
2023-01-25 16:57:51 -03:00
..
ConcurrentTask.cpp fix(Tasks): don't try to start more tasks than necessary 2023-01-24 17:04:05 -03:00
ConcurrentTask.h refactor: make shared_qobject_ptr ctor explicit 2023-01-25 16:57:51 -03:00
MultipleOptionsTask.cpp refactor(Tasks): remove 'm_total_size' from ConcurrentTask 2022-12-17 13:10:19 -03:00
MultipleOptionsTask.h
SequentialTask.cpp refactor(Tasks): remove 'm_total_size' from ConcurrentTask 2022-12-17 13:10:19 -03:00
SequentialTask.h
Task.cpp
Task.h