- Make torrent status filters behave as in µTorrent

This commit is contained in:
Christophe Dumez 2009-11-21 13:51:15 +00:00
commit d6e1dc9020
4 changed files with 85 additions and 39 deletions

View file

@ -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);
};