Drop boolean parameter from AbstractClient::caption
ClosedPublic

Authored by graesslin on Aug 20 2017, 7:36 AM.

Details

Summary

With the latest refactoring AbstractClient::captionNormal is the same as
AbstractClient::caption(false) used to be. As there were only two usages
of the false parameter, let's remove this boolean trap and use proper
API calls.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin created this revision.Aug 20 2017, 7:36 AM
Restricted Application added a project: KWin. · View Herald TranscriptAug 20 2017, 7:36 AM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
This revision was automatically updated to reflect the committed changes.