forked from qt-creator/qt-creator
CppEditor: Use SymbolFinder from CppModelManager in CppElementEvaluator
...in order to profit from its file iteration cache. Change-Id: I3b7c3e7bd3fd24b0a4dfa29f83158baa9414cc06 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#ifndef CPPELEMENTEVALUATOR_H
|
||||
#define CPPELEMENTEVALUATOR_H
|
||||
|
||||
#include <cpptools/symbolfinder.h>
|
||||
#include <texteditor/texteditor.h>
|
||||
#include <texteditor/helpitem.h>
|
||||
|
||||
@@ -88,7 +87,6 @@ private:
|
||||
bool m_lookupDerivedClasses;
|
||||
QSharedPointer<CppElement> m_element;
|
||||
QString m_diagnosis;
|
||||
CppTools::SymbolFinder m_symbolFinder;
|
||||
};
|
||||
|
||||
class CppElement
|
||||
|
||||
Reference in New Issue
Block a user