| 69 | } |
| 70 | |
| 71 | int CompletionSettings::globalColorizationLevel() const |
| 72 | { |
| 73 | return m_languageGroup.readEntry("globalColorization", m_globalColorizationLevel); |
| 74 | } |
| 75 | |
| 76 | CompletionSettings::GlobalColorSource CompletionSettings::globalColorSource() const |
| 77 | { |
no test coverage detected