Fix kmime_dateformatter build on Mac using qAbs()
ClosedPublic

Authored by winterz on May 24 2017, 12:37 PM.

Details

Reviewers
dvratil
Group Reviewers
KDE PIM
Summary

Was getting compiler errors about Call to 'abs' is ambiguous when using std::abs().
Let's just use qAbs() instead. That's why we have qAbs().

Test Plan

make test still passes

Diff Detail

Repository
R180 PIM: KMime
Lint
Lint Skipped
Unit
Unit Tests Skipped
winterz created this revision.May 24 2017, 12:37 PM
Restricted Application added a project: KDE PIM. ยท View Herald TranscriptMay 24 2017, 12:37 PM
dvratil accepted this revision.May 24 2017, 2:15 PM
This revision is now accepted and ready to land.May 24 2017, 2:15 PM