CPlusPlus, Utils: Move namespace icon from CPlusPlus to Utils

...so that it can be used in the ScxmlEditor plugin

Change-Id: I0e0ed050f7765bcc901db3bb2c3273456a228b5e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2016-10-26 12:38:12 +02:00
parent 9c924f7378
commit d54da12af9
9 changed files with 5 additions and 6 deletions

View File

@@ -215,7 +215,7 @@ QIcon Icons::iconForType(IconType type)
}
case NamespaceIconType: {
const static QIcon icon(Icon({
{QLatin1String(":/codemodel/images/namespace.png"), Theme::IconsCodeModelKeywordColor}
{QLatin1String(":/utils/images/namespace.png"), Theme::IconsCodeModelKeywordColor}
}, Icon::Tint).icon());
return icon;
}