forked from qt-creator/qt-creator
ClassView: Consolidate document caches into one
We had three different hashes that cached the document data. Replace it with one cache. Provide a dedicated structure for it. Task-number: QTCREATORBUG-25317 Change-Id: I6592de62b7c026a9236a295657c9c06f6e9e5b4c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -68,8 +68,6 @@ signals:
|
||||
void treeDataUpdate(QSharedPointer<QStandardItem> result);
|
||||
|
||||
private:
|
||||
using CitCachedDocTreeRevision = QHash<QString, unsigned>::const_iterator;
|
||||
|
||||
void setFileList(const QStringList &fileList);
|
||||
void resetData(const CPlusPlus::Snapshot &snapshot);
|
||||
void addProject(const ParserTreeItem::Ptr &item, const QStringList &fileList,
|
||||
|
||||
Reference in New Issue
Block a user