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

Method highlightProblematicLines

kdevplatform/shell/completionsettings.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool CompletionSettings::highlightProblematicLines() const
52{
53 return m_languageGroup.readEntry("highlightProblematicLines", m_highlightProblematicLines);
54}
55
56bool CompletionSettings::highlightSemanticProblems() const
57{

Callers 1

setProblemsMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected