From d918e53394290151c77a922a5786f78c618f7e45 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Wed, 10 Aug 2016 16:42:49 +0200 Subject: [PATCH] Utils: Remove duplicate namespace specifier Change-Id: I908fcfbe473ccf593c4488c932dbc7ff5688b7ef Reviewed-by: Alessandro Portale --- src/libs/utils/utilsicons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/utils/utilsicons.h b/src/libs/utils/utilsicons.h index 6c8a31a07ac..1111997029d 100644 --- a/src/libs/utils/utilsicons.h +++ b/src/libs/utils/utilsicons.h @@ -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},