fix build
This commit is contained in:
parent
14cc68c40d
commit
4cf3bc8cca
1 changed files with 1 additions and 1 deletions
|
@ -358,4 +358,4 @@ NetworkResult::NetworkResult(QNetworkReply::NetworkError err,
|
||||||
int http_code,
|
int http_code,
|
||||||
const QString& ct,
|
const QString& ct,
|
||||||
const QList<QNetworkCookie>& cook)
|
const QList<QNetworkCookie>& cook)
|
||||||
: m_networkError(err), m_httpCode(http_code), m_contentType(ct), m_cookies(cook), m_url({}) {}
|
: m_networkError(err), m_httpCode(http_code), m_contentType(ct), m_cookies(cook), m_url(QUrl()) {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue