TorrentContentModel code clean up

This commit is contained in:
Christophe Dumez
2012-08-26 21:39:28 +03:00
parent 12a83e1aec
commit edcfa4df12
3 changed files with 6 additions and 8 deletions

View File

@@ -45,8 +45,7 @@ public:
enum FileType {TFILE, FOLDER, ROOT};
// File Construction
TorrentContentModelItem(const libtorrent::torrent_info &t,
const libtorrent::file_entry &f,
TorrentContentModelItem(const libtorrent::file_entry &f,
TorrentContentModelItem *parent,
int file_index);
// Folder constructor