Skip to content
Commit 172b35a8 authored by Ragnar Thomsen's avatar Ragnar Thomsen
Browse files

Add MD5 and SHA hashes to PropertiesDialog

Use QCryptographicHash to calculate MD5, SHA-1 and SHA-256 hashes and
present them in the properties dialog. The hashes are selectable with
mouse for easy copying. The SHA hashes can take a while to calculate for
large archives, so the calculations are performed asynchronously using
QtConcurrent.

Differential Revision: D1137
parent d1847208
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment