Use another workaround to update files tree view

This commit is contained in:
Vladimir Golovnev (Glassez)
2022-11-10 13:23:54 +03:00
parent 6c9c40fd7c
commit 0f82c16936
2 changed files with 7 additions and 84 deletions

View File

@@ -81,10 +81,6 @@ signals:
void filteredFilesChanged();
private:
using ColumnInterval = IndexInterval<int>;
void notifySubtreeUpdated(const QModelIndex &index, const QVector<ColumnInterval> &columns);
TorrentContentModelFolder *m_rootItem = nullptr;
QVector<TorrentContentModelFile *> m_filesIndex;
QFileIconProvider *m_fileIconProvider = nullptr;