xavier2k6 c30a07702d
Replace QVector with QList
Migrated last remnants of QVector to Qlist, reference https://github.com/qbittorrent/qBittorrent/pull/21016#issuecomment-2212403741 onward.

PR #21407.
2024-09-30 18:20:58 +08:00
..
2022-07-10 13:20:27 +08:00
2023-08-11 13:47:55 +08:00
2023-08-11 13:47:55 +08:00
2023-08-11 13:47:55 +08:00
2023-08-11 13:47:55 +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.