mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
Made progress calculation more efficient in torrent content model
Stop to address issue #24.
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
ItemType itemType() const { return FolderType; }
|
||||
|
||||
void increaseSize(qulonglong delta);
|
||||
void updateProgress();
|
||||
void recalculateProgress();
|
||||
void updatePriority();
|
||||
|
||||
void setPriority(int new_prio, bool update_parent = true);
|
||||
|
||||
Reference in New Issue
Block a user