aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/legacy_ftb
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-12 12:22:48 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-06-12 13:39:47 +0200
commit2ff0aa09e35eb6910ef0a030ea41f84a1ed95782 (patch)
treee9e552ffe08c3655e91a1cf283fa35f4f0965f25 /launcher/ui/pages/modplatform/legacy_ftb
parent32217a774f9902d3d523e7b7985bbe22060d0451 (diff)
downloadPrismLauncher-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/legacy_ftb')
-rw-r--r--launcher/ui/pages/modplatform/legacy_ftb/ListModel.cpp2
1 files changed, 2 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)