| 630 | } |
| 631 | |
| 632 | const 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 | |
| 638 | void BreakpointModel::removeBreakpoint(Breakpoint* breakpoint) |
| 639 | { |