mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 02:46:59 +03:00
[Backport release-10.x] refactor: replace std::list with std::vector (#4845)
This commit is contained in:
commit
9fc5e1c650
14 changed files with 24 additions and 24 deletions
|
|
@ -16,7 +16,7 @@
|
|||
static ModrinthAPI api;
|
||||
|
||||
ModrinthCheckUpdate::ModrinthCheckUpdate(QList<Resource*>& resources,
|
||||
std::list<Version>& mcVersions,
|
||||
std::vector<Version>& mcVersions,
|
||||
QList<ModPlatform::ModLoaderType> loadersList,
|
||||
ResourceFolderModel* resourceModel)
|
||||
: CheckUpdateTask(resources, mcVersions, std::move(loadersList), resourceModel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue