mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Make torrent status filters behave as in µTorrent
This commit is contained in:
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user