diff options
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.cpp')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanager.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.cpp b/src/plugins/cpptools/cppmodelmanager.cpp index 08799709b1..5a6db12be0 100644 --- a/src/plugins/cpptools/cppmodelmanager.cpp +++ b/src/plugins/cpptools/cppmodelmanager.cpp @@ -39,6 +39,7 @@ #include "cpptoolsreuse.h" #include "editordocumenthandle.h" #include "symbolfinder.h" +#include "followsymbolinterface.h" #include <coreplugin/documentmanager.h> #include <coreplugin/icore.h> @@ -274,6 +275,11 @@ RefactoringEngineInterface *CppModelManager::refactoringEngine() return instance()->d->m_refactoringEngine; } +FollowSymbolInterface *CppModelManager::followSymbolInterface() const +{ + return d->m_activeModelManagerSupport->followSymbolInterface(); +} + QString CppModelManager::configurationFileName() { return Preprocessor::configurationFileName(); |