mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Prevent invalid status filter index from being used
PR #20714. Closes #20701.
This commit is contained in:
committed by
GitHub
parent
d7cded54e4
commit
ace5286402
@@ -95,7 +95,7 @@ public slots:
|
||||
void previewSelectedTorrents();
|
||||
void hideQueuePosColumn(bool hide);
|
||||
void applyFilter(const QString &name, const TransferListModel::Column &type);
|
||||
void applyStatusFilter(int f);
|
||||
void applyStatusFilter(int filterIndex);
|
||||
void applyCategoryFilter(const QString &category);
|
||||
void applyTagFilter(const std::optional<Tag> &tag);
|
||||
void applyTrackerFilterAll();
|
||||
|
||||
Reference in New Issue
Block a user