mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
TorrentContentModel clean up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user