mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06: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:
@@ -71,6 +71,7 @@ protected:
|
||||
bool loadColWidthList();
|
||||
void saveLastSortedColumn();
|
||||
void loadLastSortedColumn();
|
||||
QStringList getSelectedTorrentsHashes() const;
|
||||
|
||||
protected slots:
|
||||
int updateTorrent(int row);
|
||||
|
||||
Reference in New Issue
Block a user