Allow to filter torrent list by save path

PR #18600.
This commit is contained in:
Tom
2023-03-15 07:46:22 +01:00
committed by GitHub
parent e4f90730b2
commit 0bb0829a9a
5 changed files with 38 additions and 11 deletions

View File

@@ -34,10 +34,10 @@
#include <QTreeView>
#include "base/bittorrent/infohash.h"
#include "transferlistmodel.h"
class MainWindow;
class Path;
class TransferListModel;
class TransferListSortModel;
namespace BitTorrent
@@ -92,7 +92,7 @@ public slots:
void setTorrentOptions();
void previewSelectedTorrents();
void hideQueuePosColumn(bool hide);
void applyNameFilter(const QString &name);
void applyFilter(const QString &name, const TransferListModel::Column &type);
void applyStatusFilter(int f);
void applyCategoryFilter(const QString &category);
void applyTagFilter(const QString &tag);