Several fixes to the new torrent model (still buggy)

This commit is contained in:
Christophe Dumez
2010-11-14 18:46:16 +00:00
parent af562ecf89
commit 9c67aaf641
6 changed files with 18 additions and 67 deletions

View File

@@ -192,6 +192,7 @@ protected slots:
signals:
void addedTorrent(const QTorrentHandle& h);
void deletedTorrent(QString hash);
void torrentAboutToBeRemoved(const QTorrentHandle &h);
void pausedTorrent(QTorrentHandle& h);
void resumedTorrent(QTorrentHandle& h);
void finishedTorrent(QTorrentHandle& h);