mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
TorrentContentModel clean up
This commit is contained in:
parent
d7ea394993
commit
f73f267997
3 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue