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

Method highlightedUseAttribute

plugins/contextbrowser/contextbrowser.cpp:713–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713Attribute::Ptr ContextBrowserPlugin::highlightedUseAttribute() const
714{
715 if (!m_highlightAttribute) {
716 m_highlightAttribute = ColorCache::self()->defaultColors()->attribute(CodeHighlightingType::HighlightUses);
717 }
718 return m_highlightAttribute;
719}
720
721void ContextBrowserPlugin::colorSetupChanged()
722{

Callers

nothing calls this directly

Calls 2

attributeMethod · 0.80
defaultColorsMethod · 0.80

Tested by

no test coverage detected