[Backport release-10.x] refactor: replace std::list with std::vector (#4845)

This commit is contained in:
Alexandru Ionut Tripon 2026-02-17 21:01:12 +02:00 committed by GitHub
commit 9fc5e1c650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 24 deletions

View file

@ -262,7 +262,7 @@ Task::Ptr ResourceAPI::getDependencyVersion(DependencySearchArgs&& args, Callbac
return netJob;
}
QString ResourceAPI::getGameVersionsString(std::list<Version> mcVersions) const
QString ResourceAPI::getGameVersionsString(std::vector<Version> mcVersions) const
{
QString s;
for (auto& ver : mcVersions) {