aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2018-05-16 10:32:08 +0200
committerDavid Schulz <david.schulz@qt.io>2018-05-17 05:55:53 +0000
commitd4c7814e9e54079ddc4fdbf4d5f506b84a3a1f89 (patch)
tree51e75ca8762437416c8f14760d301549c495606c /src/libs/utils
parentf68f3c0112e181787efa6710cdd95bc42a698e1e (diff)
Utils: remove Clang from ClangCodeModel_*_TextMarkColor
They are also used by the qml code model, and may be used by additional code models in the future. Change-Id: If216cbeb7b77be0f3b6f31671c71d913206315cb Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/libs/utils')
-rw-r--r--src/libs/utils/theme/theme.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libs/utils/theme/theme.h b/src/libs/utils/theme/theme.h
index 62eac0ade7d..49c7c881ad2 100644
--- a/src/libs/utils/theme/theme.h
+++ b/src/libs/utils/theme/theme.h
@@ -212,6 +212,11 @@ public:
IconsCodeModelOverlayBackgroundColor,
IconsCodeModelOverlayForegroundColor,
+ /* Code model text marks */
+
+ CodeModel_Error_TextMarkColor,
+ CodeModel_Warning_TextMarkColor,
+
/* Output panes */
OutputPanes_DebugTextColor,
@@ -287,10 +292,6 @@ public:
ProjectExplorer_TaskError_TextMarkColor,
ProjectExplorer_TaskWarn_TextMarkColor,
- /* ClangCodeModel Plugin */
- ClangCodeModel_Error_TextMarkColor,
- ClangCodeModel_Warning_TextMarkColor,
-
/* QmlDesigner Plugin */
QmlDesigner_BackgroundColor,
QmlDesigner_HighlightColor,