diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 12:22:48 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-12 13:39:47 +0200 |
commit | 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782 (patch) | |
tree | e9e552ffe08c3655e91a1cf283fa35f4f0965f25 /launcher/ui/pages/modplatform | |
parent | 32217a774f9902d3d523e7b7985bbe22060d0451 (diff) | |
download | PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.gz PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.bz2 PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.zip |
fix: remove updater if it is not used
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 63b944c4..0d8e1dcf 100644 --- a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp +++ b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp @@ -11,6 +11,8 @@ #include <BuildConfig.h> +#include <net/NetJob.h> + namespace LegacyFTB { FilterModel::FilterModel(QObject *parent) : QSortFilterProxyModel(parent) diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h index 14aa6747..1b4d8da4 100644 --- a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h +++ b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h @@ -39,6 +39,7 @@ #include "modplatform/modrinth/ModrinthPackManifest.h" #include "ui/pages/modplatform/modrinth/ModrinthPage.h" +#include "net/NetJob.h" class ModPage; class Version; |