forked from qt-creator/qt-creator
CppTools: Extract BaseEditorDocumentParser out of SnapshotUpdater
Change-Id: If89e81eec6d600d3d39cc09203cf434d0768c1b4 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
6b5298faf9
commit
27e343b970
@@ -1413,7 +1413,7 @@ void CppCodeModelInspectorDialog::refresh()
|
||||
|
||||
// Project Parts
|
||||
const ProjectPart::Ptr editorsProjectPart = editorSupport
|
||||
? editorSupport->snapshotUpdater()->currentProjectPart()
|
||||
? editorSupport->snapshotUpdater()->projectPart()
|
||||
: ProjectPart::Ptr();
|
||||
|
||||
const QList<ProjectInfo> projectInfos = cmmi->projectInfos();
|
||||
|
||||
Reference in New Issue
Block a user