| 167 | |
| 168 | |
| 169 | DebugBreakpointsItemDelegate::DebugBreakpointsItemDelegate(QWidget* parent) : QStyledItemDelegate(parent) |
| 170 | { |
| 171 | updateFonts(); |
| 172 | } |
| 173 | |
| 174 | |
| 175 | void DebugBreakpointsItemDelegate::paint( |
nothing calls this directly
no outgoing calls
no test coverage detected