Revamp torrent content widget

PR #18162.
This commit is contained in:
Vladimir Golovnev
2023-02-11 15:22:01 +03:00
committed by GitHub
parent e37661d53a
commit 1be5b3abd8
23 changed files with 1181 additions and 1116 deletions

View File

@@ -62,5 +62,5 @@ public:
int childCount() const;
private:
QVector<TorrentContentModelItem*> m_childItems;
QVector<TorrentContentModelItem *> m_childItems;
};