mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
TorrentContentModel code clean up
This commit is contained in:
@@ -60,6 +60,7 @@ void TorrentContentModelItem::setName(const QString& name)
|
||||
qulonglong TorrentContentModelItem::size() const
|
||||
{
|
||||
Q_ASSERT(!isRootItem());
|
||||
|
||||
return m_size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user