Q_UNUSED doesn't need a ; after it.
ClosedPublic

Authored by adridg on Aug 22 2019, 8:45 AM.

Details

Summary

This reduces compiler warnings (-Wall, or just clang) about unnecessary ;s.

Diff Detail

Repository
R244 KCoreAddons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
adridg created this revision.Aug 22 2019, 8:45 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptAug 22 2019, 8:45 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
adridg requested review of this revision.Aug 22 2019, 8:45 AM
davidedmundson accepted this revision.Aug 22 2019, 8:54 AM
This revision is now accepted and ready to land.Aug 22 2019, 8:54 AM
This revision was automatically updated to reflect the committed changes.