Made some copy by reference

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-04-17 20:41:00 +03:00
parent 31e84780a8
commit fac33498db
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
16 changed files with 34 additions and 31 deletions

View file

@ -41,7 +41,7 @@ LocalModGetAllTask::LocalModGetAllTask(QDir index_dir) : m_index_dir(index_dir)
void LocalModGetAllTask::executeTask()
{
setStatus(tr("Geting all mods"));
emit getAllMod(Metadata::getAll(m_index_dir));
emit getAllMods(Metadata::getAll(m_index_dir));
emitSucceeded();
}