| 305 | |
| 306 | |
| 307 | DebugStackItemDelegate::DebugStackItemDelegate(QWidget* parent) : QStyledItemDelegate(parent) |
| 308 | { |
| 309 | updateFonts(); |
| 310 | } |
| 311 | |
| 312 | |
| 313 | void DebugStackItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& idx) const |
nothing calls this directly
no outgoing calls
no test coverage detected