Correctly update the total number of torrents when a torrent is automatically removed

This commit is contained in:
Christophe Dumez
2010-10-30 13:55:36 +00:00
parent 071801fee7
commit 080a36de5f
2 changed files with 9 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ protected:
protected slots:
int updateTorrent(int row);
void deleteTorrent(QString hash);
void deleteTorrent(int row, bool refresh_list=true);
void pauseTorrent(int row, bool refresh_list=true);
void resumeTorrent(int row, bool refresh_list=true);