| 711 | } |
| 712 | |
| 713 | Attribute::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 | |
| 721 | void ContextBrowserPlugin::colorSetupChanged() |
| 722 | { |
nothing calls this directly
no test coverage detected