mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 00:22:31 -06:00
Fix torrent content checkboxes not updated properly
And reduce emitting redundant 'data updated' signals. Closes #17144, #17764.
This commit is contained in:
@@ -80,6 +80,8 @@ signals:
|
||||
void filteredFilesChanged();
|
||||
|
||||
private:
|
||||
void notifyModelUpdate(const QModelIndex &index);
|
||||
|
||||
TorrentContentModelFolder *m_rootItem = nullptr;
|
||||
QVector<TorrentContentModelFile *> m_filesIndex;
|
||||
QFileIconProvider *m_fileIconProvider = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user