NOISSUE qnam -> network

This commit is contained in:
Petr Mrázek
2021-11-17 13:20:10 +01:00
parent 0022aed8bb
commit eafeb64dec
13 changed files with 15 additions and 15 deletions

View File

@ -97,7 +97,7 @@ void Download::start()
request.setHeader(QNetworkRequest::UserAgentHeader, BuildConfig.USER_AGENT);
QNetworkReply *rep = ENV.qnam().get(request);
QNetworkReply *rep = ENV.network().get(request);
m_reply.reset(rep);
connect(rep, SIGNAL(downloadProgress(qint64, qint64)), SLOT(downloadProgress(qint64, qint64)));