| 624 | } |
| 625 | |
| 626 | const 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 | |
| 632 | const QPixmap* BreakpointModel::disabledBreakpointPixmap() |
| 633 | { |