TorrentContentModel clean up

This commit is contained in:
Christophe Dumez 2012-08-27 21:11:54 +03:00
commit f73f267997
3 changed files with 6 additions and 8 deletions

View file

@ -52,9 +52,6 @@ TorrentContentModelFile::TorrentContentModelFile(const libtorrent::file_entry& f
m_name.chop(4);
m_size = (qulonglong)f.size;
// Add to parent
m_parentItem->appendChild(this);
}
int TorrentContentModelFile::fileIndex() const