From 3ca0deef536d33163256fee9a50895f1ee5e4a75 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 15 Mar 2024 16:02:50 +0100 Subject: CppEditor: Move ClangdSettings into a dedicated set of files They were originally put alongside the CppCodeModelSettings for simplicity, but there is no coupling (anymore?) between these two classes. Change-Id: Ic24df109b74a5b5c39de073c938c6de12f4aa319 Reviewed-by: Reviewed-by: David Schulz --- src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp') diff --git a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp index 9bef50b0b8a..41dd6b538f6 100644 --- a/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp +++ b/src/plugins/cppeditor/followsymbol_switchmethoddecldef_test.cpp @@ -3,6 +3,7 @@ #include "followsymbol_switchmethoddecldef_test.h" +#include "clangdsettings.h" #include "cppcodemodelsettings.h" #include "cppeditorwidget.h" #include "cppfollowsymbolundercursor.h" -- cgit v1.2.3