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

@ -21,7 +21,8 @@ class CheckUpdateTask : public Task {
, m_resources(resources)
, m_game_versions(mcVersions)
, m_loaders_list(std::move(loadersList))
, m_resource_model(resourceModel){};
, m_resource_model(std::move(resourceModel))
{}
struct Update {
QString name;