| Summary: | kdeartwork-15.08.3/styles/phase/phasestyle.cpp:1326]: (style) Redundant condition | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | dcb314 |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
No longer relevant |
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