Try to fix ModrinthCheckUpdate (not working)

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2024-10-22 18:46:10 +01:00
parent 4b66320f63
commit f13e875f0d
4 changed files with 59 additions and 69 deletions

View File

@ -12,7 +12,7 @@ class FlameCheckUpdate : public CheckUpdateTask {
std::list<Version>& mcVersions,
QList<ModPlatform::ModLoaderType> loadersList,
std::shared_ptr<ResourceFolderModel> resourceModel)
: CheckUpdateTask(resources, mcVersions, loadersList, resourceModel)
: CheckUpdateTask(resources, mcVersions, std::move(loadersList), std::move(resourceModel))
{}
public slots: