TorrentContentModel code cleanup

This commit is contained in:
Christophe Dumez
2012-08-26 21:33:52 +03:00
parent 00945e5749
commit 3f755de80b
3 changed files with 4 additions and 6 deletions

View File

@@ -296,7 +296,7 @@ void TorrentContentModel::setupModelData(const libtorrent::torrent_info& t)
current_parent = new_parent;
}
// Actually create the file
m_filesIndex.push_back(new TorrentContentModelFile(t, fentry, current_parent, i));
m_filesIndex.push_back(new TorrentContentModelFile(fentry, current_parent, i));
}
emit layoutChanged();
}