Important fix regarding actions on selected torrents. With filters enabled, it could happen that non-selected torrents are affected.

This commit is contained in:
Christophe Dumez 2010-02-09 20:44:33 +00:00
commit 9b372b3cce
2 changed files with 52 additions and 73 deletions

View file

@ -71,6 +71,7 @@ protected:
bool loadColWidthList();
void saveLastSortedColumn();
void loadLastSortedColumn();
QStringList getSelectedTorrentsHashes() const;
protected slots:
int updateTorrent(int row);