https://bugs.kde.org/show_bug.cgi?id=366231
Bug ID: 366231 Summary: kdeartwork-15.08.3/styles/phase/phasestyle.cpp:1326]: (style) Redundant condition Product: kde Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: dcb...@hotmail.com kdeartwork-15.08.3/styles/phase/phasestyle.cpp:1326]: (style) Redundant condition: !vertical. 'vertical || (!vertical && pbar.direction==Qt::RightToLeft)' is equivalent to 'vertical || pbar.direction==Qt::RightToLeft' Source code is bool reverse = (vertical || (!vertical && (pbar->direction==Qt::RightToLeft))); Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.