- FEATURE: Added an option to automatically delete torrents when they reach a given ratio (>= 1.0)

This commit is contained in:
Christophe Dumez 2007-09-09 09:09:24 +00:00
parent 078c80c81d
commit 862d24ac48
6 changed files with 65 additions and 13 deletions

View file

@ -132,6 +132,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void processScannedFiles(const QStringList& params);
void processDownloadedFiles(QString path, QString url);
void downloadFromURLList(const QStringList& urls);
void deleteTorrent(QString hash, QString fileName, bool finished);
void finishedTorrent(QTorrentHandle& h) const;
void torrentChecked(QString hash) const;
void updateLists();