1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00
qBittorrent/src
Chocobo1 103e2b9398
Use non-recursive mutex
The related classes doesn't really need recursive mutex so drop it. And
if it is really required it usually indicates bad design and we should
avoid it anyway.
2019-09-25 15:50:21 +08:00
..
app Don't define variable when not building GUI 2019-09-05 20:40:47 +08:00
base Use non-recursive mutex 2019-09-25 15:50:21 +08:00
gui Improve "stats updated" signal handling in MainWindow class 2019-09-24 11:51:29 +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 Update user agent string 2019-08-09 13:12:11 +08:00
webui WebUI: fix escaping of HTML special characters 2019-09-21 13:09:42 +00:00
CMakeLists.txt Replace deprecated macro 2019-09-05 20:16:18 +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