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

Method SourceCodeModel

src/models/sourcecodemodel.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28SourceCodeModel::SourceCodeModel(KSyntaxHighlighting::Repository* repository, QObject* parent)
29 : QAbstractTableModel(parent)
30 , m_highlightedText(repository)
31{
32 qRegisterMetaType<QTextLine>();
33}
34
35SourceCodeModel::~SourceCodeModel() = default;
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected