| 618 | } |
| 619 | |
| 620 | const 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 | |
| 626 | const QPixmap* BreakpointModel::reachedBreakpointPixmap() |
| 627 | { |