force online in case the offline load failed

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-06-22 12:33:32 +03:00
parent 2af6902b42
commit 06e1cab41f
4 changed files with 25 additions and 7 deletions

View File

@ -29,5 +29,4 @@ class ComponentUpdateTask : public Task {
private:
std::unique_ptr<ComponentUpdateTaskData> d;
QList<Task::Ptr> m_load_tasks;
};