hpereiradacosta added inline comments.

INLINE COMMENTS

> breezestyle.cpp:3082
> +        // no focus indicator on selected list items
> +        if (widget && widget->inherits("QAbstractItemView") && (state & 
> State_Selected))
> +        { return true; }

Not sure which one is the most efficient:
Widget->inherits or qobject_cast ?
(My guess  would need the second, but ...)
Can you double check ?

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D6544

To: broulik, #plasma, hpereiradacosta, fvogt
Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, 
abetts, sebas, apol, mart, lukas

Reply via email to