aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorconstants.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2021-11-23 17:04:13 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2021-12-01 13:26:35 +0000
commit0cc4617c7807754ada6ed1bcf135cb953d1095f4 (patch)
treee24d00ffe8564e2cf3abe8093c78cfd8ac38fecd /src/plugins/cppeditor/cppeditorconstants.h
parentcc7619804e35c8d979ae0677a330cc3f67d4d0d2 (diff)
CppEditor: Add settings for clangd session mode
Complete with (hidden) UI. Doesn't do anything yet, because some assumptions about projects need to be adapted on the LanguageClient side first. Task-number: QTCREATORBUG-26526 Change-Id: I34c92555e34c3d3ed98462261d47b35dfc015ce0 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorconstants.h')
-rw-r--r--src/plugins/cppeditor/cppeditorconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditorconstants.h b/src/plugins/cppeditor/cppeditorconstants.h
index 60497dfa4d..d657f317e3 100644
--- a/src/plugins/cppeditor/cppeditorconstants.h
+++ b/src/plugins/cppeditor/cppeditorconstants.h
@@ -119,6 +119,7 @@ const char CPP_FILE_SETTINGS_NAME[] = QT_TRANSLATE_NOOP("CppEditor", "File Namin
const char CPP_CODE_MODEL_SETTINGS_ID[] = "C.Cpp.Code Model";
const char CPP_DIAGNOSTIC_CONFIG_SETTINGS_ID[] = "C.Cpp.Diagnostic Config";
const char CPP_DIAGNOSTIC_CONFIG_SETTINGS_NAME[] = QT_TRANSLATE_NOOP("CppEditor", "Diagnostic Configurations");
+const char CPP_CLANGD_SETTINGS_ID[] = "K.Cpp.Clangd";
const char CPP_SETTINGS_CATEGORY[] = "I.C++";
const char CPP_CLANG_FIXIT_AVAILABLE_MARKER_ID[] = "ClangFixItAvailableMarker";