From affa2cda9e2aa707526181f642148e101e81401f Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 16 May 2022 16:40:29 +0200 Subject: CppEditor: Tell users about clangd configuration files It's not feasible to map every possible setting into our UI, so instead teach people how to use the clangd configuration mechanism. Change-Id: Id11e81e25b687a4f49af4e090203faca3a75722d Reviewed-by: Qt CI Bot Reviewed-by: Reviewed-by: David Schulz --- src/plugins/cppeditor/cppcodemodelsettings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/cppeditor/cppcodemodelsettings.h') diff --git a/src/plugins/cppeditor/cppcodemodelsettings.h b/src/plugins/cppeditor/cppcodemodelsettings.h index 483b3d0100..1e0750d861 100644 --- a/src/plugins/cppeditor/cppcodemodelsettings.h +++ b/src/plugins/cppeditor/cppcodemodelsettings.h @@ -156,6 +156,7 @@ public: static QVersionNumber clangdVersion(const Utils::FilePath &clangdFilePath); QVersionNumber clangdVersion() const { return clangdVersion(clangdFilePath()); } Utils::FilePath clangdIncludePath() const; + static Utils::FilePath clangdUserConfigFilePath(); #ifdef WITH_TESTS static void setUseClangd(bool use); -- cgit v1.2.3