fix build
This commit is contained in:
parent
5d15f29a8e
commit
14cc68c40d
@ -352,7 +352,7 @@ NetworkResult NetworkFactory::performNetworkOperation(const QString& url,
|
||||
|
||||
NetworkResult::NetworkResult()
|
||||
: m_networkError(QNetworkReply::NetworkError::NoError), m_httpCode(0), m_contentType(QString()), m_cookies({}),
|
||||
m_headers({}), m_url({}) {}
|
||||
m_headers({}), m_url(QUrl()) {}
|
||||
|
||||
NetworkResult::NetworkResult(QNetworkReply::NetworkError err,
|
||||
int http_code,
|
||||
|
Loading…
x
Reference in New Issue
Block a user