aboutsummaryrefslogtreecommitdiff
path: root/launcher/net
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-01-25 10:32:49 +0100
committerGitHub <noreply@github.com>2023-01-25 10:32:49 +0100
commit0546345182c04cf90e3096ff9e38b002759de32c (patch)
treee97ca1085fa31e8e9cfacff167c9c9cd5964ddea /launcher/net
parente4e8a51e5ccec11f844099be6754958fe0502a53 (diff)
parent6e841a3b7e5f9270b730a10d991433f37678818a (diff)
downloadPrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.gz
PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.tar.bz2
PrismLauncher-0546345182c04cf90e3096ff9e38b002759de32c.zip
Merge pull request #458 from Scrumplex/remove-updater
Diffstat (limited to 'launcher/net')
-rw-r--r--launcher/net/MetaCacheSink.cpp1
-rw-r--r--launcher/net/PasteUpload.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/launcher/net/MetaCacheSink.cpp b/launcher/net/MetaCacheSink.cpp
index 5ae53c1c..c730fdbf 100644
--- a/launcher/net/MetaCacheSink.cpp
+++ b/launcher/net/MetaCacheSink.cpp
@@ -36,6 +36,7 @@
#include "MetaCacheSink.h"
#include <QFile>
#include <QFileInfo>
+#include <QRegularExpression>
#include "Application.h"
namespace Net {
diff --git a/launcher/net/PasteUpload.cpp b/launcher/net/PasteUpload.cpp
index 76b86743..d9e785c5 100644
--- a/launcher/net/PasteUpload.cpp
+++ b/launcher/net/PasteUpload.cpp
@@ -41,9 +41,11 @@
#include <QDebug>
#include <QJsonObject>
+#include <QHttpPart>
#include <QJsonArray>
#include <QJsonDocument>
#include <QFile>
+#include <QUrlQuery>
std::array<PasteUpload::PasteTypeInfo, 4> PasteUpload::PasteTypes = {
{{"0x0.st", "https://0x0.st", ""},