qBittorrent/src/base/bittorrent/private
Chocobo1 5de75eff05
Unify singleton pattern in Profile class
1. Use unified function names `initInstance()` and `freeInstance()` and
make them public.
2. Add `freeInstance()` to avoid noise from memory leak detectors.
3. Let `instance()`return a pointer directly to avoid unnecessary
indirections when invoking functions.
2020-02-11 15:30:59 +08:00
..
bandwidthscheduler.cpp Forward declare as much as possible 2019-05-19 12:06:18 +08:00
bandwidthscheduler.h Fix coding style 2018-05-09 17:06:22 +03:00
filterparserthread.cpp Migrate to lt::error_code 2019-10-23 13:43:46 +08:00
filterparserthread.h Add override keyword to functions 2019-07-19 11:58:56 +08:00
ltunderlyingtype.h Don't use deprecated libtorrent features 2019-07-21 19:28:28 +03:00
nativesessionextension.cpp Redesign torrent startup handling 2020-01-21 10:14:59 +03:00
nativesessionextension.h Redesign torrent startup handling 2020-01-21 10:14:59 +03:00
nativetorrentextension.cpp Redesign torrent startup handling 2020-01-21 10:14:59 +03:00
nativetorrentextension.h Redesign torrent startup handling 2020-01-21 10:14:59 +03:00
portforwarderimpl.cpp Forward declare as much as possible 2019-05-19 12:06:18 +08:00
portforwarderimpl.h Fix translation not applied 2019-11-11 16:39:55 +08:00
resumedatasavingmanager.cpp Remove some unused #include 2019-06-04 17:48:55 +03:00
resumedatasavingmanager.h Forward declare as much as possible 2019-05-19 12:06:18 +08:00
speedmonitor.cpp Avoid repeating the return type 2019-02-16 18:54:18 +02:00
speedmonitor.h Use boost:circular_buffer instead of QList. 2016-05-24 10:44:42 +08:00
statistics.cpp Unify singleton pattern in Profile class 2020-02-11 15:30:59 +08:00
statistics.h Add license header 2019-02-04 17:28:55 +08:00