mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Clean up and refactor torrent content model code
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
|
||||
class TransferListWidget;
|
||||
class TorrentFilesFilterModel;
|
||||
class TorrentContentFilterModel;
|
||||
class PropListDelegate;
|
||||
class torrent_file;
|
||||
class PeerListWidget;
|
||||
@@ -101,7 +101,7 @@ private:
|
||||
QTorrentHandle h;
|
||||
QTimer *refreshTimer;
|
||||
SlideState state;
|
||||
TorrentFilesFilterModel *PropListModel;
|
||||
TorrentContentFilterModel *PropListModel;
|
||||
PropListDelegate *PropDelegate;
|
||||
PeerListWidget *peersList;
|
||||
TrackerList *trackerList;
|
||||
|
||||
Reference in New Issue
Block a user