Try to fix ModrinthCheckUpdate (not working)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
4b66320f63
commit
f13e875f0d
4 changed files with 59 additions and 69 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue