Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
bool CompletionSettings::highlightProblematicLines() const
52
{
53
return m_languageGroup.readEntry(
"highlightProblematicLines"
, m_highlightProblematicLines);
54
}
55
56
bool CompletionSettings::highlightSemanticProblems() const
57
{
Callers
1
setProblems
Method · 0.80
Calls
1
readEntry
Method · 0.80
Tested by
no test coverage detected