| 195 | |
| 196 | |
| 197 | DebugModulesItemDelegate::DebugModulesItemDelegate(QWidget* parent) : QStyledItemDelegate(parent) |
| 198 | { |
| 199 | updateFonts(); |
| 200 | } |
| 201 | |
| 202 | |
| 203 | void DebugModulesItemDelegate::paint( |
nothing calls this directly
no outgoing calls
no test coverage detected