Resource should not be QObject

because it has no signals

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-02-12 20:57:31 +02:00
parent f00903d6e3
commit 2b0b9824a3
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
12 changed files with 17 additions and 43 deletions

View file

@ -125,10 +125,6 @@ void ResourceFolderLoadTask::executeTask()
}
}
for (const auto& mod : m_result->resources) {
mod->moveToThread(m_thread_to_spawn_into);
}
if (m_aborted) {
emit finished();
} else {