diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-01 22:45:15 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-21 16:18:05 +0100 |
commit | fdbd8d9d2b2e04cd68fd800882309b40c05aba2c (patch) | |
tree | 431e1e556e97e1d5144cfa9cb4d429d677c50937 /launcher/ui/pages/modplatform/modrinth | |
parent | 5cc91965d09070437af8c17113c5740401b127dd (diff) | |
download | PrismLauncher-fdbd8d9d2b2e04cd68fd800882309b40c05aba2c.tar.gz PrismLauncher-fdbd8d9d2b2e04cd68fd800882309b40c05aba2c.tar.bz2 PrismLauncher-fdbd8d9d2b2e04cd68fd800882309b40c05aba2c.zip |
refactor: remove old updater
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth')
-rw-r--r-- | launcher/ui/pages/modplatform/modrinth/ModrinthModel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |