- Ok. torrentless downloads paused state is now restored properly (once metadata is received)

This commit is contained in:
Christophe Dumez
2009-08-17 08:08:51 +00:00
parent 7e71de558a
commit e429126934
4 changed files with 114 additions and 89 deletions

View File

@@ -186,6 +186,7 @@ class bittorrent : public QObject {
void downloadFromUrlFailure(QString url, QString reason);
void torrentFinishedChecking(QTorrentHandle& h);
void metadataReceived(QTorrentHandle &h);
void torrentPaused(QTorrentHandle &h);
};
#endif