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

Method globalColorizationLevel

kdevplatform/shell/completionsettings.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

adaptToColorChangesMethod · 0.80

Calls 1

readEntryMethod · 0.80

Tested by

no test coverage detected