aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-07-10 10:50:03 +0200
committerGitHub <noreply@github.com>2022-07-10 10:50:03 +0200
commit3b187b5246e1ad32bf672e1ef79686b3d14dcbcc (patch)
treeda7702e2eb22d0d4fd243400fc799daa8d66f112 /launcher/ui/pages/modplatform
parentf591c876650385423d205d40350a210098c86751 (diff)
parentffa756ccee8c63471cd8425ab4f4ffcad8875b79 (diff)
downloadPrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.tar.gz
PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.tar.bz2
PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.zip
Merge pull request #876 from Scrumplex/revert-updater-stuff
Revert "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.cpp2
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthModel.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp
index 06e9db4f..c13b1554 100644
--- a/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp
+++ b/launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp
@@ -46,8 +46,6 @@
#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 249d6483..6f33e11e 100644
--- a/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h
+++ b/launcher/ui/pages/modplatform/modrinth/ModrinthModel.h
@@ -39,7 +39,6 @@
#include "modplatform/modrinth/ModrinthPackManifest.h"
#include "ui/pages/modplatform/modrinth/ModrinthPage.h"
-#include "net/NetJob.h"
class ModPage;
class Version;