mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Show stalled downloads that are uploading under the 'Active' filter. Closes #1654."
This commit is contained in:
@@ -41,14 +41,13 @@ class QBtSession;
|
||||
class TransferListDelegate;
|
||||
class MainWindow;
|
||||
class TorrentModel;
|
||||
class StatusSortFilterProxyModel;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSortFilterProxyModel;
|
||||
class QStandardItemModel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
enum TorrentFilter {FILTER_ALL, FILTER_DOWNLOADING, FILTER_COMPLETED, FILTER_PAUSED, FILTER_ACTIVE, FILTER_INACTIVE};
|
||||
|
||||
class TransferListWidget: public QTreeView {
|
||||
Q_OBJECT
|
||||
|
||||
@@ -115,7 +114,7 @@ private:
|
||||
TransferListDelegate *listDelegate;
|
||||
TorrentModel *listModel;
|
||||
TransferListSortModel *nameFilterModel;
|
||||
QSortFilterProxyModel *statusFilterModel;
|
||||
StatusSortFilterProxyModel *statusFilterModel;
|
||||
QSortFilterProxyModel *labelFilterModel;
|
||||
QBtSession* BTSession;
|
||||
MainWindow *main_window;
|
||||
|
||||
Reference in New Issue
Block a user