Fixed Ptr logic
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
737fc1a2a4
commit
b4dff181f7
3 changed files with 13 additions and 11 deletions
|
@ -179,7 +179,7 @@ void ResourceDownloadDialog::confirm()
|
|||
});
|
||||
for (auto& task : selected) {
|
||||
confirm_dialog->appendResource({ task->getName(), task->getFilename(), task->getCustomPath(),
|
||||
ProviderCaps.name(task->getProvider()), getReqiredBy(selected, task->getPack().addonId) });
|
||||
ProviderCaps.name(task->getProvider()), getReqiredBy(selected, task->getPack()->addonId) });
|
||||
}
|
||||
|
||||
if (confirm_dialog->exec()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue