mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
committed by
GitHub
parent
d2fceaa228
commit
5ef2a1df07
@@ -39,7 +39,7 @@ TorrentContentModelFolder::TorrentContentModelFolder(const QString &name, Torren
|
||||
m_name = name;
|
||||
}
|
||||
|
||||
TorrentContentModelFolder::TorrentContentModelFolder(const QVector<QString> &data)
|
||||
TorrentContentModelFolder::TorrentContentModelFolder(const QList<QString> &data)
|
||||
: TorrentContentModelItem(nullptr)
|
||||
{
|
||||
Q_ASSERT(data.size() == NB_COL);
|
||||
@@ -63,7 +63,7 @@ void TorrentContentModelFolder::deleteAllChildren()
|
||||
m_childItems.clear();
|
||||
}
|
||||
|
||||
const QVector<TorrentContentModelItem *> &TorrentContentModelFolder::children() const
|
||||
const QList<TorrentContentModelItem *> &TorrentContentModelFolder::children() const
|
||||
{
|
||||
return m_childItems;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user