hpereiradacosta added a comment.

  Some more comments about the code.

INLINE COMMENTS

> breeze.h:104
>          // toolbars
> -        ToolBar_FrameWidth = 2,
> +        ToolBar_FrameWidth = 6,
>          ToolBar_HandleExtent = 10,

This change seems unrelated to introducing a tool area. 
I would move it to a separate commit and review request. In fact there are 
already complains about there being too much space wasted in breeze. These 
extra 4 pixels don't go in the right direction (and again: are not needed for 
this patch as far as I can tell)

> breezehelper.cpp:1703
> +        for (auto widget : widgets) {
> +            if (this->isInToolsArea(widget) == true) {
> +                return true;

this-> is not necessary.

> breezehelper.cpp:1740
> +        for (auto widget : widgets) {
> +            if (this->isInToolsArea(widget)) {
> +                return widget;

this-> is not necessary

> breezehelper.h:31
>  
> +#include <QToolBar>
>  #include <QPainterPath>

Not needed as far as I can tell (none of your changes in this file require 
QToolbar)

REPOSITORY
  R31 Breeze

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

To: cblack, #plasma, #breeze, #vdg
Cc: IlyaBizyaev, davidre, davidedmundson, hpereiradacosta, gvgeo, ngraham, 
manueljlin, niccolove, ndavis, plasma-devel, Orage, LeGast00n, 
The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, GB_2, ragreen, 
ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, 
apol, ahiemstra, mart

Reply via email to