diff options
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.h')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanager.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.h b/src/plugins/cpptools/cppmodelmanager.h index 70f40aeadea..3d480777416 100644 --- a/src/plugins/cpptools/cppmodelmanager.h +++ b/src/plugins/cpptools/cppmodelmanager.h @@ -27,6 +27,7 @@ #include "cpptools_global.h" +#include "cppmodelmanagerinterface.h" #include "refactoringengineinterface.h" #include "projectinfo.h" #include "projectpart.h" @@ -83,7 +84,8 @@ enum class RefactoringEngineType : int }; class CPPTOOLS_EXPORT CppModelManager final : public CPlusPlus::CppModelManagerBase, - public RefactoringEngineInterface + public RefactoringEngineInterface, + public CppModelManagerInterface { Q_OBJECT |