From 45194515c0c350b7c16a2f338c78df0b5f3a98bb Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Tue, 2 Jun 2015 17:25:41 +0200 Subject: CppTools: Export CppCodeModelSettings Needed for the ClangCodeModel tests, where we need to activate the clang code model. Change-Id: I368b840875ca2a46da4535338bf55967cbcdf5ea Reviewed-by: Marco Bubke --- src/plugins/cpptools/cpptoolsplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cpptoolsplugin.h') diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 5925502924..cd5ceecce6 100644 --- a/src/plugins/cpptools/cpptoolsplugin.h +++ b/src/plugins/cpptools/cpptoolsplugin.h @@ -48,11 +48,11 @@ namespace Utils { class FileName; } namespace CppTools { class CppToolsSettings; +class CppCodeModelSettings; namespace Internal { struct CppFileSettings; -class CppCodeModelSettings; class CppToolsPlugin : public ExtensionSystem::IPlugin { -- cgit v1.2.1