Skip to content
Snippets Groups Projects
Commit 5bf147d1 authored by Aurindam Jana's avatar Aurindam Jana Committed by hjk
Browse files

AnalyzerBase: Use local copy of stop icon


This is to prevent any dependency to the debugger plugin.

Change-Id: I57c0477c223b2ab6a4d616b1ee443aaac11deec4
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent 239810eb
No related merge requests found
......@@ -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>
......@@ -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";
......
src/plugins/analyzerbase/images/analyzer_stop_small.png

314 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment