aboutsummaryrefslogtreecommitdiff
path: root/launcher/net/RawHeaderProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/net/RawHeaderProxy.h')
-rw-r--r--launcher/net/RawHeaderProxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/net/RawHeaderProxy.h b/launcher/net/RawHeaderProxy.h
index ffe6a81a..c1aea0a8 100644
--- a/launcher/net/RawHeaderProxy.h
+++ b/launcher/net/RawHeaderProxy.h
@@ -25,10 +25,10 @@
namespace Net {
-class ApiHeaderProxy : public HeaderProxy {
+class RawHeaderProxy : public HeaderProxy {
public:
- ApiHeaderProxy() : HeaderProxy(){};
- virtual ~ApiHeaderProxy() = default;
+ RawHeaderProxy() : HeaderProxy(){};
+ virtual ~RawHeaderProxy() = default;
public:
virtual QList<HeaderPair> headers(const QNetworkRequest&) const override { return m_headers; };