mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
NOISSUE split out the LaunchProfile out of the ComponentList
This commit is contained in:
parent
3470158943
commit
17c8f31a09
16 changed files with 493 additions and 422 deletions
|
|
@ -21,7 +21,8 @@ void LibrariesTask::executeTask()
|
|||
}
|
||||
|
||||
// Build a list of URLs that will need to be downloaded.
|
||||
std::shared_ptr<ComponentList> profile = inst->getComponentList();
|
||||
auto components = inst->getComponentList();
|
||||
auto profile = components->getProfile();
|
||||
|
||||
auto job = new NetJob(tr("Libraries for instance %1").arg(inst->name()));
|
||||
downloadJob.reset(job);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue