Start to clean up Bittorrent class

This commit is contained in:
Christophe Dumez
2010-10-17 12:18:34 +00:00
parent fc8a822dac
commit f53fe96191
2 changed files with 49 additions and 42 deletions

View File

@@ -177,6 +177,7 @@ protected slots:
void sendNotificationEmail(QTorrentHandle h);
void autoRunExternalProgram(QTorrentHandle h, bool async=true);
void cleanUpAutoRunProcess(int);
void mergeTorrents(QTorrentHandle h_ex, boost::intrusive_ptr<torrent_info> t);
signals:
void addedTorrent(QTorrentHandle& h);