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