KContacts - clang-tidy fixes
ClosedPublic

Authored by winterz on May 6 2019, 5:37 PM.

Details

Summary

Fix some issues reported by clang-tidy.

Notice that I removed include <stdlib.h> as I don't think it's needed any longer; let the CI verify that.
(else use <cstdlib>

Test Plan

make && make test still work

Diff Detail

Repository
R174 KContacts
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
winterz created this revision.May 6 2019, 5:37 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptMay 6 2019, 5:37 PM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
winterz requested review of this revision.May 6 2019, 5:37 PM
dvratil accepted this revision.May 6 2019, 7:42 PM
This revision is now accepted and ready to land.May 6 2019, 7:42 PM
winterz edited the summary of this revision. (Show Details)May 6 2019, 9:03 PM
This revision was automatically updated to reflect the committed changes.