diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-09-28 08:11:29 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-09-28 08:11:29 -0500 |
| commit | 4fe267b6b46bdd97cd0b221ff9d91d1618e537e9 (patch) | |
| tree | a518d1b4877cdd9c710981948242d959d6a7f67a /src/tutorials | |
| parent | f69559fe0bd40629e66ecde6e362b73595d9bd2e (diff) | |
Fix md5 hashing for large download files
Previously, the md5 hashing was broken for download files larger
than about 2GB. This was due to the maximum size of a QByteArray.
The hashing was broken up into 10MB chunks to correct this issue.
Additionally, a progress bar was added as hashing large files would
lock up the GUI.
Diffstat (limited to 'src/tutorials')
0 files changed, 0 insertions, 0 deletions
