mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
NOISSUE qnam -> network
This commit is contained in:
parent
0022aed8bb
commit
eafeb64dec
13 changed files with 15 additions and 15 deletions
|
|
@ -33,7 +33,7 @@ void ImgurAlbumCreation::start()
|
|||
|
||||
const QByteArray data = "deletehashes=" + hashes.join(',').toUtf8() + "&title=Minecraft%20Screenshots&privacy=hidden";
|
||||
|
||||
QNetworkReply *rep = ENV.qnam().post(request, data);
|
||||
QNetworkReply *rep = ENV.network().post(request, data);
|
||||
|
||||
m_reply.reset(rep);
|
||||
connect(rep, &QNetworkReply::uploadProgress, this, &ImgurAlbumCreation::downloadProgress);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue