[kde] [Bug 366231] New: kdeartwork-15.08.3/styles/phase/phasestyle.cpp:1326]: (style) Redundant condition

via KDE Bugzilla bugzilla_noreply at kde.org
Fri Jul 29 07:57:04 BST 2016


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-bugs at kde.org
          Reporter: dcb314 at 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 the assignee for the bug.



More information about the Unassigned-bugs mailing list