refactor: replace std::list with std::vector

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 19b9557c19)
This commit is contained in:
Octol1ttle 2026-01-21 12:19:55 +05:00 committed by github-actions[bot]
parent 43eeb14a7f
commit ea42d6f676
14 changed files with 24 additions and 24 deletions

View file

@ -16,7 +16,7 @@
static ModrinthAPI api;
ModrinthCheckUpdate::ModrinthCheckUpdate(QList<Resource*>& resources,
std::list<Version>& mcVersions,
std::vector<Version>& mcVersions,
QList<ModPlatform::ModLoaderType> loadersList,
std::shared_ptr<ResourceFolderModel> resourceModel)
: CheckUpdateTask(resources, mcVersions, std::move(loadersList), std::move(resourceModel))