From 2b4cadf1fe138bfa23ca42ffe63c9da5d4d8827c Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Wed, 13 Jan 2016 14:12:15 +0100 Subject: CppTools: Move ProjectPart in its own header file Also extracting inline HeaderPath class and change projects list in vector because the size is larger than a pointer. Change-Id: I885fdff3fe9bccc877634d1615249755f5b674fd Reviewed-by: Nikolai Kosjar --- src/plugins/cpptools/builtineditordocumentparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/cpptools/builtineditordocumentparser.cpp') diff --git a/src/plugins/cpptools/builtineditordocumentparser.cpp b/src/plugins/cpptools/builtineditordocumentparser.cpp index 8d02d7c01f..46ffec38c3 100644 --- a/src/plugins/cpptools/builtineditordocumentparser.cpp +++ b/src/plugins/cpptools/builtineditordocumentparser.cpp @@ -76,7 +76,7 @@ void BuiltinEditorDocumentParser::updateHelper(const WorkingCopy &theWorkingCopy CppModelManager *modelManager = CppModelManager::instance(); QByteArray configFile = modelManager->codeModelConfiguration(); - ProjectPart::HeaderPaths headerPaths; + ProjectPartHeaderPaths headerPaths; QStringList precompiledHeaders; QString projectConfigFile; LanguageFeatures features = LanguageFeatures::defaultFeatures(); @@ -238,7 +238,7 @@ Snapshot BuiltinEditorDocumentParser::snapshot() const return extraState().snapshot; } -ProjectPart::HeaderPaths BuiltinEditorDocumentParser::headerPaths() const +ProjectPartHeaderPaths BuiltinEditorDocumentParser::headerPaths() const { return extraState().headerPaths; } -- cgit v1.2.1