NOISSUE fix fix fix the accounts again

This commit is contained in:
Petr Mrázek
2021-11-23 01:25:24 +01:00
parent 27e328c044
commit b49987e876
8 changed files with 17 additions and 10 deletions

View File

@ -40,7 +40,7 @@ void SkinUpload::executeTask()
multiPart->append(model);
QNetworkReply *rep = APPLICATION->network()->post(request, multiPart);
m_reply = std::shared_ptr<QNetworkReply>(rep);
m_reply = shared_qobject_ptr<QNetworkReply>(rep);
setStatus(tr("Uploading skin"));
connect(rep, &QNetworkReply::uploadProgress, this, &Task::setProgress);