1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 14:27:56 +00:00
qBittorrent/src
Chocobo1 a4c2363f43
Improve constructor of Version class
Now we can write `Version<int, 3, 1>(1)` and provide only 1 parameter
instead of all 3 parameters at once at the constructor. Note that for
this instance of `Version` 3 numbers were specified but only 1 is truly
mandatory.

The added code are required to specify conditions of the template
instantiation for the compiler.
2022-08-01 14:53:55 +08:00
..
app Fix empty string parameter was omitted 2022-07-30 00:17:31 +08:00
base Improve constructor of Version class 2022-08-01 14:53:55 +08:00
gui Improve constructor of Version class 2022-08-01 14:53:55 +08:00
icons Rename Icons according to the actions 2022-07-31 13:31:38 +08:00
lang Sync translations from Transifex and run lupdate 2022-05-25 00:16:57 +03:00
searchengine Fix various typos 2021-10-05 12:58:25 +08:00
webui Rename Icons according to the actions 2022-07-31 13:31:38 +08:00
CMakeLists.txt Add support for unit testing 2022-07-10 13:20:27 +08:00
qbittorrent_mingw.rc
qbittorrent.exe.manifest Remove Windows Vista support from manifest 2021-08-30 08:07:15 +03:00
qbittorrent.rc Bump copyright year 2022-01-04 01:39:00 +02:00
src.pro Disallow narrowing conversions in signal connection 2022-05-19 12:55:07 +08:00
update_qrc_files.py Fix extra/missing trailing new lines in files 2020-10-28 14:20:18 +00:00