forked from qt-creator/qt-creator
Debugger: Export the TRACEPOINT icon and add a TOOLBAR variant
Change-Id: I8cb5fab06b145c7eb68c370d3ad864fde75af3bc Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -44,6 +44,9 @@ const Icon WATCHPOINT({
|
||||
const Icon TRACEPOINT({
|
||||
{":/utils/images/eye_open.png", Theme::TextColorNormal},
|
||||
{":/debugger/images/tracepointoverlay.png", Theme::TextColorNormal}}, Icon::Tint | Icon::PunchEdges);
|
||||
const Icon TRACEPOINT_TOOLBAR({
|
||||
{":/utils/images/eye_open.png", Theme::IconsBaseColor},
|
||||
{":/debugger/images/tracepointoverlay.png", Theme::IconsBaseColor}});
|
||||
const Icon CONTINUE(
|
||||
":/debugger/images/debugger_continue.png");
|
||||
const Icon CONTINUE_FLAT({
|
||||
|
||||
Reference in New Issue
Block a user