https://bugs.kde.org/show_bug.cgi?id=384424
Bug ID: 384424
Summary: digikam-5.7.0/core/libs/dmetadata/dmetadata.cpp:2917:
bad expression in ternary operator
Product: digikam
Version: 5.7.0
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
digikam-5.7.0/core/libs/dmetadata/dmetadata.cpp:2917]: (style) Same expression
in both branches of ternary operator.
Source code is
QString direction = (QLatin1Char(directionRef) == QLatin1Char('N'))
?
i18nc("For use in latitude coordinate",
"North") : i18nc("For use in latitude coordinate", "North");
--
You are receiving this mail because:
You are watching all bug changes.