mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
apply http2 qt resend patch from owncloud
Signed-off-by: XNG <Milokita@users.noreply.github.com>
This commit is contained in:
parent
314c00a8b7
commit
d87a88e39f
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ class FakeErrorReply : public QNetworkReply
|
|||
public:
|
||||
FakeErrorReply(QNetworkAccessManager::Operation op, const QNetworkRequest &request,
|
||||
QObject *parent, int httpErrorCode)
|
||||
: QNetworkReply{parent},{
|
||||
QNetworkReply{parent},{
|
||||
setRequest(request);
|
||||
setUrl(request.url());
|
||||
setOperation(op);
|
||||
|
|
Loading…
Reference in a new issue