NOISSUE Revert all recent changes to NetAction and NetJob
This commit is contained in:
parent
0efa714ba5
commit
e76e6329cd
45 changed files with 356 additions and 338 deletions
|
@ -199,7 +199,7 @@ NetActionPtr AssetObject::getDownloadAction()
|
|||
auto rawHash = QByteArray::fromHex(hash.toLatin1());
|
||||
objectDL->addValidator(new Net::ChecksumValidator(QCryptographicHash::Sha1, rawHash));
|
||||
}
|
||||
objectDL->setProgress(0, size);
|
||||
objectDL->m_total_progress = size;
|
||||
return objectDL;
|
||||
}
|
||||
return nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue