Merge label filter into TransferListSortModel

This also fixes a bug that when label filter contains special symbols
from regex, the label filter may match torrents with multiple different
labels.
This commit is contained in:
Ivan Sorokin
2014-11-09 02:49:21 +03:00
parent 8bafc5e216
commit f235c0ae6c
4 changed files with 42 additions and 17 deletions

View File

@@ -113,7 +113,6 @@ private:
TransferListDelegate *listDelegate;
TorrentModel *listModel;
TransferListSortModel *nameFilterModel;
QSortFilterProxyModel *labelFilterModel;
QBtSession* BTSession;
MainWindow *main_window;
QShortcut *editHotkey;