AutoTest: Move benchmark icon to Utils

Make it available for others.

Change-Id: I423dec664a263f5586d98ac387b871b6cf8162d9
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2021-11-22 16:29:43 +01:00
parent fba36e7620
commit c65ec79481
6 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,6 @@
<file>images/settingscategory_autotest@2x.png</file>
<file>images/leafsort.png</file>
<file>images/leafsort@2x.png</file>
<file>images/benchmark.png</file>
<file>images/benchmark@2x.png</file>
<file>images/data.png</file>
<file>images/data@2x.png</file>
<file>images/text.png</file>

View File

@@ -73,7 +73,7 @@ const Utils::Icon RESULT_BLACKLISTEDXFAIL({
Utils::Icon::Tint | Utils::Icon::PunchEdges);
const Utils::Icon RESULT_BENCHMARK({
{":/utils/images/filledcircle.png", Utils::Theme::BackgroundColorNormal},
{":/autotest/images/benchmark.png", Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint);
{":/utils/images/stopwatch.png", Utils::Theme::PanelTextColorDark}}, Utils::Icon::Tint);
const Utils::Icon RESULT_MESSAGEDEBUG({
{":/utils/images/filledcircle.png", Utils::Theme::OutputPanes_TestDebugTextColor}},
Utils::Icon::Tint);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B