mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
Improve Torrent content tree structure creation
Use QHash to cache folder items. PR #16183.
This commit is contained in:
@@ -59,7 +59,6 @@ public:
|
||||
const QVector<TorrentContentModelItem*> &children() const;
|
||||
void appendChild(TorrentContentModelItem *item);
|
||||
TorrentContentModelItem *child(int row) const;
|
||||
TorrentContentModelFolder *childFolderWithName(const QString &name) const;
|
||||
int childCount() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user