AnalyzerBase: Use local copy of stop icon

This is to prevent any dependency to the debugger plugin.

Change-Id: I57c0477c223b2ab6a4d616b1ee443aaac11deec4
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Aurindam Jana
2013-10-15 17:27:20 +02:00
committed by hjk
parent 239810eb7c
commit 5bf147d1dc
3 changed files with 2 additions and 1 deletions

View File

@@ -4,5 +4,6 @@
<file>images/analyzer_mode@2x.png</file>
<file>images/analyzer_category.png</file>
<file>images/analyzer_start_small.png</file>
<file>images/analyzer_stop_small.png</file>
</qresource>
</RCC>

View File

@@ -66,7 +66,7 @@ const char G_ANALYZER_OPTIONS[] = "Menu.Group.Analyzer.Options";
// Manager controls.
const char ANALYZER_CONTROL_START_ICON[] = ":/images/analyzer_start_small.png";
const char ANALYZER_CONTROL_STOP_ICON[] = ":/debugger/images/debugger_stop_small.png";
const char ANALYZER_CONTROL_STOP_ICON[] = ":/images/analyzer_stop_small.png";
const char ANALYZERTASK_ID[] = "Analyzer.TaskId";

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B