mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Add operator< for InfoHash class
This commit is contained in:
committed by
sledgehammer999
parent
e4e55d2a80
commit
7de983b4e5
@@ -61,6 +61,7 @@ namespace BitTorrent
|
||||
|
||||
bool operator==(const InfoHash &left, const InfoHash &right);
|
||||
bool operator!=(const InfoHash &left, const InfoHash &right);
|
||||
bool operator<(const InfoHash &left, const InfoHash &right);
|
||||
uint qHash(const InfoHash &key, uint seed);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user