forked from qt-creator/qt-creator
Utils: Rename the "error" icon to "broken"
It is only used in the pluginview, and "broken" fits in better with "ok" and "notloaded" for plugin states. Also, we avoid confusion with the "error" icon in coreicons.h. Change-Id: I44159a878f60eacf46780b27b4d9c4f31601a9dc Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -54,8 +54,8 @@ const Utils::Icon OK({
|
||||
{QLatin1String(":/utils/images/ok.png"), Utils::Theme::IconsRunToolBarColor}}, Icon::Tint);
|
||||
const Utils::Icon NOTLOADED({
|
||||
{QLatin1String(":/utils/images/notloaded.png"), Utils::Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Utils::Icon ERROR({
|
||||
{QLatin1String(":/utils/images/error.png"), Utils::Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Utils::Icon BROKEN({
|
||||
{QLatin1String(":/utils/images/broken.png"), Utils::Theme::IconsErrorColor}}, Icon::Tint);
|
||||
|
||||
} // namespace Icons
|
||||
} // namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user