aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotesticons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/autotesticons.h')
-rw-r--r--src/plugins/autotest/autotesticons.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/autotest/autotesticons.h b/src/plugins/autotest/autotesticons.h
index b278509dbbc..1420be31ad8 100644
--- a/src/plugins/autotest/autotesticons.h
+++ b/src/plugins/autotest/autotesticons.h
@@ -68,6 +68,14 @@ const Utils::Icon RESULT_MESSAGEDEBUG({
const Utils::Icon RESULT_MESSAGEWARN({
{":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestWarnTextColor}},
Utils::Icon::Tint);
+const Utils::Icon RESULT_MESSAGEPASSWARN({
+ {":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestPassTextColor},
+ {":/utils/images/iconoverlay_warning.png", Utils::Theme::OutputPanes_TestWarnTextColor}},
+ Utils::Icon::Tint | Utils::Icon::PunchEdges);
+const Utils::Icon RESULT_MESSAGEFAILWARN({
+ {":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestFailTextColor},
+ {":/utils/images/iconoverlay_warning.png", Utils::Theme::OutputPanes_TestWarnTextColor}},
+ Utils::Icon::Tint | Utils::Icon::PunchEdges);
const Utils::Icon RESULT_MESSAGEFATAL({
{":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestFatalTextColor}},
Utils::Icon::Tint);