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/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/modplatform')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.cpp | 2 | ||||
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthAPI.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.cpp b/launcher/modplatform/flame/FlameAPI.cpp index 57f70047..4b926ec3 100644 --- a/launcher/modplatform/flame/FlameAPI.cpp +++ b/launcher/modplatform/flame/FlameAPI.cpp @@ -8,7 +8,7 @@ #include "Application.h" #include "BuildConfig.h" #include "Json.h" - +#include "net/NetJob.h" #include "net/Upload.h" Task::Ptr FlameAPI::matchFingerprints(const QList<uint>& fingerprints, QByteArray* response) diff --git a/launcher/modplatform/modrinth/ModrinthAPI.cpp b/launcher/modplatform/modrinth/ModrinthAPI.cpp index 0c601d22..5a16113d 100644 --- a/launcher/modplatform/modrinth/ModrinthAPI.cpp +++ b/launcher/modplatform/modrinth/ModrinthAPI.cpp @@ -6,6 +6,7 @@ #include "Application.h" #include "Json.h" +#include "net/NetJob.h" #include "net/Upload.h" Task::Ptr ModrinthAPI::currentVersion(QString hash, QString hash_format, QByteArray* response) |