mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
Resource should not be QObject
because it has no signals Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f00903d6e3
commit
2b0b9824a3
12 changed files with 17 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue