| 83 | } |
| 84 | |
| 85 | int CompletionSettings::localColorizationLevel() const |
| 86 | { |
| 87 | return m_languageGroup.readEntry("localColorization", m_localColorizationLevel); |
| 88 | } |
| 89 | |
| 90 | bool CompletionSettings::automaticCompletionEnabled() const |
| 91 | { |
no test coverage detected