| Summary: | articleformatter.cpp:52: bad call to ternary operator ? | ||
|---|---|---|---|
| Product: | [Applications] kdepim | Reporter: | dcb314 |
| Component: | messagecore | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | GIT (master) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepim/57df75c17bceadd5cec3993f36b287016822bdac | Version Fixed/Implemented In: | 4.14.7 |
| Sentry Crash Report: | |||
Git commit 57df75c17bceadd5cec3993f36b287016822bdac by Montel Laurent. Committed on 17/03/2015 at 22:17. Pushed by mlaurent into branch 'KDE/4.14'. Fix Bug 345266 - articleformatter.cpp:52: bad call to ternary operator ? FIXED-IN: 4.14.7 M +1 -1 akregator/src/articleformatter.cpp http://commits.kde.org/kdepim/57df75c17bceadd5cec3993f36b287016822bdac |
akregator/src/articleformatter.cpp:52]: (style) Same expression in both branches of ternary operator. const QString title = !enclosure.title().isEmpty() ? enclosure.url() : enclosure.url(); Reproducible: Always