Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
martinrotter committed Nov 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5d15f29 commit 14cc68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librssguard/network-web/networkfactory.cpp
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 14cc68c

Please sign in to comment.