mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Found a way not to use FullAllocationMode list in order to save memory in cpu
This commit is contained in:
parent
db6180b737
commit
27e76962d1
5 changed files with 16 additions and 24 deletions
|
@ -56,6 +56,7 @@ class QTorrentHandle {
|
|||
QString current_tracker() const;
|
||||
bool is_valid() const;
|
||||
bool is_paused() const;
|
||||
bool has_filtered_pieces() const;
|
||||
// size_type total_size() const;
|
||||
size_type total_done() const;
|
||||
float download_payload_rate() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue