diff options
author | Nikolai Kosjar <[email protected]> | 2015-06-02 17:25:41 +0200 |
---|---|---|
committer | Nikolai Kosjar <[email protected]> | 2015-06-03 09:16:24 +0000 |
commit | 45194515c0c350b7c16a2f338c78df0b5f3a98bb (patch) | |
tree | 94f466da1fcf04d0b21f96525cf8879985e0deba /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 65137313b0e45e6dc9d31523c191267ffa45f911 (diff) |
CppTools: Export CppCodeModelSettings
Needed for the ClangCodeModel tests, where we need to activate the clang
code model.
Change-Id: I368b840875ca2a46da4535338bf55967cbcdf5ea
Reviewed-by: Marco Bubke <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h index 59255029242..cd5ceecce63 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 { |