| 142 | } |
| 143 | |
| 144 | ProcessItemDelegate::ProcessItemDelegate(QWidget* parent) : QStyledItemDelegate(parent) |
| 145 | { |
| 146 | updateFonts(); |
| 147 | } |
| 148 | |
| 149 | |
| 150 | void ProcessItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& idx) const |
nothing calls this directly
no outgoing calls
no test coverage detected