mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Store hybrid torrents using "torrent ID" as basename
This commit is contained in:
@@ -65,6 +65,9 @@ namespace BitTorrent
|
||||
|
||||
InfoHash() = default;
|
||||
InfoHash(const WrappedType &nativeHash);
|
||||
#ifdef QBT_USES_LIBTORRENT2
|
||||
InfoHash(const SHA1Hash &v1, const SHA256Hash &v2);
|
||||
#endif
|
||||
|
||||
bool isValid() const;
|
||||
SHA1Hash v1() const;
|
||||
|
||||
Reference in New Issue
Block a user