MCPcopy Create free account
hub / github.com/KDAB/hotspot / CodeDelegate

Method CodeDelegate

src/models/codedelegate.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25CodeDelegate::CodeDelegate(int lineNumberRole, int highlightRole, int syntaxHighlightRole, QObject* parent)
26 : QStyledItemDelegate(parent)
27 , m_lineNumberRole(lineNumberRole)
28 , m_highlightRole(highlightRole)
29 , m_syntaxHighlightRole(syntaxHighlightRole)
30{
31}
32
33CodeDelegate::~CodeDelegate() = default;
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected