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

Method pendingBreakpointPixmap

kdevplatform/debugger/breakpoint/breakpointmodel.cpp:620–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620const QPixmap* BreakpointModel::pendingBreakpointPixmap()
621{
622 static QPixmap pixmap=QIcon::fromTheme(QStringLiteral("breakpoint")).pixmap(QSize(breakpointMarkPixmapSize, breakpointMarkPixmapSize), QIcon::Normal, QIcon::Off);
623 return &pixmap;
624}
625
626const QPixmap* BreakpointModel::reachedBreakpointPixmap()
627{

Callers

nothing calls this directly

Calls 1

pixmapMethod · 0.80

Tested by

no test coverage detected