forked from qt-creator/qt-creator
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:
@@ -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";
|
||||
|
||||
|
||||
BIN
src/plugins/analyzerbase/images/analyzer_stop_small.png
Normal file
BIN
src/plugins/analyzerbase/images/analyzer_stop_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 314 B |
Reference in New Issue
Block a user