MCPcopy Create free account
hub / github.com/KDE/kdevelop / document

Method document

plugins/problemreporter/problemhighlighter.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 ~ProblemHighlighter() override;
24
25 KTextEditor::Document* document() const
26 {
27 return m_document;
28 }
29
30 void setProblems(const QVector<KDevelop::IProblem::Ptr>& problems);
31

Callers 5

openMethod · 0.45
fileItemChangedMethod · 0.45
markClickedMethod · 0.45
removeLineMarkerMethod · 0.45
addLineMarkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected