mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 15:42:32 -06:00
Use ProgressbarDelegate for drawing progressbar in PropListDelegate
Also directly provide display data from model rather then generating it in delegate
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
TorrentContentModelFolder(const QString &name, TorrentContentModelFolder *parent);
|
||||
|
||||
// Invisible root item constructor
|
||||
explicit TorrentContentModelFolder(const QVector<QVariant> &data);
|
||||
explicit TorrentContentModelFolder(const QVector<QString> &data);
|
||||
|
||||
~TorrentContentModelFolder() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user