Merge branch 'clean_net' of github.com:Trial97/PrismLauncher into clean_net
This commit is contained in:
commit
4928706d8c
@ -28,7 +28,7 @@ namespace Net {
|
||||
|
||||
class RawHeaderProxy : public HeaderProxy {
|
||||
public:
|
||||
RawHeaderProxy(QList<HeaderPair> headers = {}) : HeaderProxy(), m_headers(headers) {};
|
||||
RawHeaderProxy(QList<HeaderPair> headers = {}) : HeaderProxy(), m_headers(std::move(headers)) {};
|
||||
virtual ~RawHeaderProxy() = default;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user