Merge branch 'clean_net' of github.com:Trial97/PrismLauncher into clean_net

This commit is contained in:
Trial97
2024-07-22 22:06:27 +03:00
+1 -1
View File
@@ -28,7 +28,7 @@ namespace Net {
class RawHeaderProxy : public HeaderProxy { class RawHeaderProxy : public HeaderProxy {
public: public:
RawHeaderProxy(QList<HeaderPair> headers = {}) : HeaderProxy(), m_headers(headers) {}; RawHeaderProxy(QList<HeaderPair> headers = {}) : HeaderProxy(), m_headers(std::move(headers)) {};
virtual ~RawHeaderProxy() = default; virtual ~RawHeaderProxy() = default;
public: public: