| 54 | } |
| 55 | |
| 56 | bool CompletionSettings::highlightSemanticProblems() const |
| 57 | { |
| 58 | return m_languageGroup.readEntry("highlightSemanticProblems", m_highlightSemanticProblems); |
| 59 | } |
| 60 | |
| 61 | ICompletionSettings::ProblemInlineNotesLevel CompletionSettings::problemInlineNotesLevel() const |
| 62 | { |
no test coverage detected