Fixed code error
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
107b470289
commit
469ef3e06d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ QStringList getReqiredBy(QList<ResourceDownloadDialog::DownloadTaskPtr> tasks, Q
|
||||||
[addonId](const ModPlatform::Dependency& d) {
|
[addonId](const ModPlatform::Dependency& d) {
|
||||||
return d.addonId == addonId && d.type == ModPlatform::DependencyType::REQUIRED;
|
return d.addonId == addonId && d.type == ModPlatform::DependencyType::REQUIRED;
|
||||||
});
|
});
|
||||||
dep) {
|
dep != deps.end()) {
|
||||||
req.append(task->getName());
|
req.append(task->getName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue