MCPcopy Create free account
hub / github.com/KDE/kate / DiffStyleDelegate

Method DiffStyleDelegate

apps/lib/commitfilesview.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128{
129public:
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected