- Properly report paused torrents from Bittorrent session to GUI (closes #86293)

- Removed some verbose debug
This commit is contained in:
Christophe Dumez
2009-11-21 14:25:07 +00:00
parent 70c62f6294
commit 62f57862e5
4 changed files with 2 additions and 5 deletions

View File

@@ -215,7 +215,6 @@ signals:
void downloadFromUrlFailure(QString url, QString reason);
void torrentFinishedChecking(QTorrentHandle& h);
void metadataReceived(QTorrentHandle &h);
void torrentPaused(QTorrentHandle &h);
};
#endif