From 4ab130ed9f1a3298d81d97edcd18d8b63ad0080d Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Fri, 5 Aug 2016 10:21:41 +0200 Subject: 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 --- src/libs/extensionsystem/pluginview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/extensionsystem/pluginview.cpp') diff --git a/src/libs/extensionsystem/pluginview.cpp b/src/libs/extensionsystem/pluginview.cpp index 1de716af1e..c99fd50b35 100644 --- a/src/libs/extensionsystem/pluginview.cpp +++ b/src/libs/extensionsystem/pluginview.cpp @@ -94,7 +94,7 @@ static const QIcon &icon(IconIndex icon) return ok; } case ErrorIcon: { - static const QIcon error = Utils::Icons::ERROR.icon(); + static const QIcon error = Utils::Icons::BROKEN.icon(); return error; } default: -- cgit v1.2.1