mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Merge branch 'clean_net' of github.com:Trial97/PrismLauncher into clean_net
This commit is contained in:
commit
4928706d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue