forked from qt-creator/qt-creator
Utils: Move code model icons to utils
Using the already established icons for code model errors and warnings to Utils to mak them accessible for other code models. Change-Id: If9f8efde60cf20411e043aeb2831a9254398bcaf Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -233,5 +233,14 @@ const Icon OVERLAY_ERROR({
|
||||
{":/utils/images/iconoverlay_error_background.png", Theme::BackgroundColorNormal},
|
||||
{":/utils/images/iconoverlay_error.png", Theme::IconsErrorColor}}, Icon::Tint);
|
||||
|
||||
const Icon CODEMODEL_ERROR({
|
||||
{":/utils/images/codemodelerror.png", Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Icon CODEMODEL_WARNING({
|
||||
{":/utils/images/codemodelwarning.png", Theme::IconsWarningColor}}, Icon::Tint);
|
||||
const Icon CODEMODEL_DISABLED_ERROR({
|
||||
{":/utils/images/codemodelerror.png", Theme::IconsDisabledColor}}, Icon::Tint);
|
||||
const Icon CODEMODEL_DISABLED_WARNING({
|
||||
{":/utils/images/codemodelwarning.png", Theme::IconsDisabledColor}}, Icon::Tint);
|
||||
|
||||
} // namespace Icons
|
||||
} // namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user