diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-01-25 10:32:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 10:32:49 +0100 |
commit | 0546345182c04cf90e3096ff9e38b002759de32c (patch) | |
tree | e97ca1085fa31e8e9cfacff167c9c9cd5964ddea /launcher/ui/pages/modplatform | |
parent | e4e8a51e5ccec11f844099be6754958fe0502a53 (diff) | |
parent | 6e841a3b7e5f9270b730a10d991433f37678818a (diff) | |
download | PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.gz PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.bz2 PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.zip |
Merge pull request #458 from Scrumplex/remove-updater
Diffstat (limited to 'launcher/ui/pages/modplatform')
-rw-r--r-- | launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp | 2 | ||||
-rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthModel.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp index 6b1f6b89..2343b79f 100644 --- a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp +++ b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp @@ -35,6 +35,8 @@ #include "ListModel.h" #include "Application.h" +#include "net/HttpMetaCache.h" +#include "net/NetJob.h" #include "StringUtils.h" #include <Version.h> diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h index 3be377a1..6e6be4b9 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h @@ -38,6 +38,7 @@ #include <QAbstractListModel> #include "modplatform/modrinth/ModrinthPackManifest.h" +#include "net/NetJob.h" #include "ui/pages/modplatform/modrinth/ModrinthPage.h" class ModPage; |