mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
- Code cleanup
This commit is contained in:
@@ -47,8 +47,8 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||
QObject *parent;
|
||||
bittorrent *BTSession;
|
||||
DLListDelegate *DLDelegate;
|
||||
QStandardItemModel *srcModel;
|
||||
QSortFilterProxyModel *DLListModel;
|
||||
QStandardItemModel *DLListModel;
|
||||
QSortFilterProxyModel *proxyModel;
|
||||
unsigned int nbTorrents;
|
||||
void hideOrShowColumn(int index);
|
||||
bool loadHiddenColumns();
|
||||
|
||||
Reference in New Issue
Block a user