1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/src
Chocobo1 c75500670d
Use forwarding reference when passing function objects
So instead of passing every function objects by value (a copy is made), now function objects
will be handled properly by reference (for lvalues) or by value (for rvalues).
2019-05-19 12:06:18 +08:00
..
app Constify exception references 2019-05-19 12:06:18 +08:00
base Use forwarding reference when passing function objects 2019-05-19 12:06:18 +08:00
gui Forward declare as much as possible 2019-05-19 12:06:18 +08:00
icons Merge pull request #10086 from PeterDaveHello/OptimizePNG 2019-01-17 12:20:07 +02:00
lang Merge pull request #10027 from glassez/compile-ts 2018-12-31 11:31:45 +02:00
searchengine Fix defects found by lgtm.com 2018-11-03 00:34:25 +08:00
webui Forward declare as much as possible 2019-05-19 12:06:18 +08:00
CMakeLists.txt Add compile flag to show Qt deprecation warnings 2019-02-28 12:01:36 +08:00
config.h.cmakein
qbittorrent_mingw.rc Fix mingw warning about unrecognized escape sequence 2018-08-14 22:45:21 +03:00
qbittorrent.exe.manifest
qbittorrent.rc Update copyright year 2019-01-17 01:08:51 +02:00
src.pro Add compile flag to show Qt deprecation warnings 2019-02-28 12:01:36 +08:00
update_qrc_files.py