CppEditor: Merge two smaller headers into cpptoolsreuse.h

Change-Id: If83190725a003a49bcd915225f049ccaf186f985
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-02 13:31:08 +02:00
parent 0b86b455b0
commit c8bc0eb512
21 changed files with 75 additions and 151 deletions

View File

@@ -2124,7 +2124,7 @@ void CppCompletionAssistInterface::getCppSpecifics() const
if (m_parser) {
m_parser->update({CppModelManager::instance()->workingCopy(),
nullptr,
Language::Cxx,
Utils::Language::Cxx,
false});
m_snapshot = m_parser->snapshot();
m_headerPaths = m_parser->headerPaths();