forked from qt-creator/qt-creator
C++: Move the ModelManagerInterface from CppTools to CPlusPlus.
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#include "cppelementevaluator.h"
|
||||
|
||||
#include <coreplugin/ifile.h>
|
||||
#include <cpptools/cppmodelmanagerinterface.h>
|
||||
|
||||
#include <FullySpecifiedType.h>
|
||||
#include <Names.h>
|
||||
@@ -42,6 +41,7 @@
|
||||
#include <Scope.h>
|
||||
#include <Symbol.h>
|
||||
#include <Symbols.h>
|
||||
#include <cplusplus/ModelManagerInterface.h>
|
||||
#include <cplusplus/ExpressionUnderCursor.h>
|
||||
#include <cplusplus/Overview.h>
|
||||
#include <cplusplus/TypeOfExpression.h>
|
||||
@@ -86,7 +86,7 @@ namespace {
|
||||
|
||||
CppElementEvaluator::CppElementEvaluator(CPPEditor *editor) :
|
||||
m_editor(editor),
|
||||
m_modelManager(CppTools::CppModelManagerInterface::instance()),
|
||||
m_modelManager(CppModelManagerInterface::instance()),
|
||||
m_tc(editor->textCursor()),
|
||||
m_lookupBaseClasses(false)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user