mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Important fix regarding actions on selected torrents. With filters enabled, it could happen that non-selected torrents are affected.
This commit is contained in:
parent
98d0c00f85
commit
9b372b3cce
2 changed files with 52 additions and 73 deletions
|
@ -71,6 +71,7 @@ protected:
|
|||
bool loadColWidthList();
|
||||
void saveLastSortedColumn();
|
||||
void loadLastSortedColumn();
|
||||
QStringList getSelectedTorrentsHashes() const;
|
||||
|
||||
protected slots:
|
||||
int updateTorrent(int row);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue