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
commit 4928706d8c
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

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: