1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-24 21:44:25 +00:00
Chocobo1 e31c3376bd
Use library provided erase_if()
`Algorithm::removeIf()` is still valuable as `QHash::removeIf()` predicate require an
iterator or a `std::pair`, which both require more code to unpack the variable and therefore
cumbersome to use.

PR #19353.
2023-07-24 20:29:02 +08:00
..
2023-07-20 11:17:27 +03:00
2023-07-21 15:38:49 +03:00
2023-06-18 03:32:44 +08:00
2023-06-01 17:16:03 +03:00
2023-06-18 03:32:44 +08:00
2023-06-18 03:32:44 +08:00
2023-06-18 03:32:44 +08:00

Test suite

To run tests, add -DTESTING=ON argument when invoking cmake, then build the app as usual.
After building, run cmake --build <build> --target check where <build> is your cmake build directory.