Add infohash and download path columns

PR #17799.
This commit is contained in:
tristanleboss
2022-10-08 05:43:52 +02:00
committed by GitHub
parent 30c2f9d9f3
commit a71d7e6557
5 changed files with 35 additions and 0 deletions

View File

@@ -40,6 +40,9 @@
using SHA1Hash = Digest32<160>;
using SHA256Hash = Digest32<256>;
Q_DECLARE_METATYPE(SHA1Hash)
Q_DECLARE_METATYPE(SHA256Hash)
namespace BitTorrent
{
class InfoHash;