MCPcopy Create free account
hub / github.com/KDE/kdevelop / disabledBreakpointPixmap

Method disabledBreakpointPixmap

kdevplatform/debugger/breakpoint/breakpointmodel.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632const QPixmap* BreakpointModel::disabledBreakpointPixmap()
633{
634 static QPixmap pixmap=QIcon::fromTheme(QStringLiteral("breakpoint")).pixmap(QSize(breakpointMarkPixmapSize, breakpointMarkPixmapSize), QIcon::Disabled, QIcon::Off);
635 return &pixmap;
636}
637
638void BreakpointModel::removeBreakpoint(Breakpoint* breakpoint)
639{

Callers

nothing calls this directly

Calls 1

pixmapMethod · 0.80

Tested by

no test coverage detected