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
16 changed files with 34 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ class LocalModGetAllTask : public Task {
void executeTask() override;
signals:
void getAllMod(QList<Metadata::ModStruct>);
void getAllMods(QList<Metadata::ModStruct>);
private:
QDir m_index_dir;