| 128 | { |
| 129 | public: |
| 130 | explicit DiffStyleDelegate(QObject *parent) |
| 131 | : QStyledItemDelegate(parent) |
| 132 | { |
| 133 | } |
| 134 | |
| 135 | void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const override |
| 136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected