mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
TorrentContentModel code clean up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user