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

Method reachedBreakpointPixmap

kdevplatform/debugger/breakpoint/breakpointmodel.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626const QPixmap* BreakpointModel::reachedBreakpointPixmap()
627{
628 static QPixmap pixmap=QIcon::fromTheme(QStringLiteral("breakpoint")).pixmap(QSize(breakpointMarkPixmapSize, breakpointMarkPixmapSize), QIcon::Selected, QIcon::Off);
629 return &pixmap;
630}
631
632const QPixmap* BreakpointModel::disabledBreakpointPixmap()
633{

Callers

nothing calls this directly

Calls 1

pixmapMethod · 0.80

Tested by

no test coverage detected