mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
- Make torrent status filters behave as in µTorrent
This commit is contained in:
parent
46f081d888
commit
d6e1dc9020
4 changed files with 85 additions and 39 deletions
|
@ -110,7 +110,7 @@ public slots:
|
|||
|
||||
signals:
|
||||
void currentTorrentChanged(QTorrentHandle &h);
|
||||
void torrentStatusUpdate(unsigned int, unsigned int, unsigned int);
|
||||
void torrentStatusUpdate(unsigned int nb_downloading, unsigned int nb_seeding, unsigned int nb_active, unsigned int nb_inactive);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue