Clean up and refactor torrent content model code

This commit is contained in:
Christophe Dumez
2012-02-21 21:54:24 +02:00
parent 8f4c4e8c40
commit a5452d04ae
12 changed files with 1005 additions and 696 deletions

View File

@@ -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;