Chocobo1
|
b3fb6bd990
|
Avoid redundant hashing
The return type of `std::hash()` is larger (or equal) than what
`qHash()` requires so we can omit hashing it again.
|
2022-03-13 17:37:54 +08:00 |
|
Chocobo1
|
926d51839f
|
Update function signature for Qt6 qHash()
Since the `qhash()` signature has changed in Qt6.
|
2022-03-13 16:05:11 +08:00 |
|
Chocobo1
|
19d95ebd10
|
Add comment for qHash implementation requirements
As clazy report false-positive on this.
|
2021-11-29 01:28:49 +08:00 |
|
Chocobo1
|
71827fe4e6
|
Move qHash helper for libtorrent types to its own file
|
2020-10-22 03:12:48 +08:00 |
|