Merge branch 'develop' into resource-meta

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2024-01-23 23:20:40 +00:00 committed by GitHub
commit 35b5c8097c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
157 changed files with 1148 additions and 726 deletions

View file

@ -149,6 +149,7 @@ void EnsureMetadataTask::executeTask()
if (m_current_task)
m_current_task.reset();
});
connect(project_task.get(), &Task::failed, this, &EnsureMetadataTask::emitFailed);
m_current_task = project_task;
project_task->start();