forked from qt-creator/qt-creator
Utils: Move the breakpoint icon mask from Debugger to Utils
A filled circle can be used for other icons as-well. Change-Id: Ifed0dda111ccb92fa5bb44d63f1c23af1137121a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -31,11 +31,11 @@ namespace Debugger {
|
||||
namespace Icons {
|
||||
|
||||
const Icon BREAKPOINT({
|
||||
{":/debugger/images/breakpoint.png", Theme::IconsErrorColor}}, Icon::Tint);
|
||||
{":/utils/images/filledcircle.png", Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Icon BREAKPOINT_DISABLED({
|
||||
{":/debugger/images/breakpoint_disabled.png", Theme::IconsErrorColor}}, Icon::Tint);
|
||||
const Icon BREAKPOINT_PENDING({
|
||||
{":/debugger/images/breakpoint.png", Theme::IconsErrorColor},
|
||||
{":/utils/images/filledcircle.png", Theme::IconsErrorColor},
|
||||
{":/debugger/images/breakpoint_pending_overlay.png", Theme::PanelTextColorDark}}, Icon::IconStyleOptions(Icon::Tint | Icon::PunchEdges));
|
||||
const Icon BREAKPOINTS(
|
||||
":/debugger/images/debugger_breakpoints.png");
|
||||
|
||||
Reference in New Issue
Block a user