- Fixed torrents moving back from finished list to download list (without recheck)

This commit is contained in:
Christophe Dumez
2008-12-26 22:30:23 +00:00
parent 51638eddcc
commit a3cfa6bba1
3 changed files with 12 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
void forceRecheck();
public slots:
void updateTorrent(QTorrentHandle h);
bool updateTorrent(QTorrentHandle h);
void pauseTorrent(QString hash);
void resumeTorrent(QString hash);
void deleteTorrent(QString hash);