forked from qt-creator/qt-creator
Utils: Remove duplicate namespace specifier
Change-Id: I908fcfbe473ccf593c4488c932dbc7ff5688b7ef Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -54,7 +54,7 @@ const Icon OK({
|
||||
{QLatin1String(":/utils/images/ok.png"), Utils::Theme::IconsRunToolBarColor}}, Icon::Tint);
|
||||
const Icon NOTLOADED({
|
||||
{QLatin1String(":/utils/images/notloaded.png"), Utils::Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Utils::Icon BROKEN({
|
||||
const Icon BROKEN({
|
||||
{QLatin1String(":/utils/images/broken.png"), Utils::Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Icon ERROR({
|
||||
{QLatin1String(":/utils/images/warningfill.png"), Theme::BackgroundColorNormal},
|
||||
|
||||
Reference in New Issue
Block a user