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

@ -38,9 +38,6 @@ TorrentContentModelFolder::TorrentContentModelFolder(const QString& name, Torren
// Do not display incomplete extensions
if (m_name.endsWith(".!qB"))
m_name.chop(4);
// Add to parent
m_parentItem->appendChild(this);
}
TorrentContentModelFolder::TorrentContentModelFolder(const QList<QVariant>& data)