[Panel Shadows] Un-constify QWindow parameters
ClosedPublic

Authored by zzag on Jan 29 2020, 11:54 AM.

Details

Summary

It doesn't make sense to pass const QWindows to PanelShadows because
a KWindowShadow needs a mutable QWindow object.

Test Plan

const_cast in PanelShadows::Private::updateShadow is gone \o/

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Jan 29 2020, 11:54 AM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 29 2020, 11:54 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
zzag requested review of this revision.Jan 29 2020, 11:54 AM
apol accepted this revision.Jan 29 2020, 3:13 PM
This revision is now accepted and ready to land.Jan 29 2020, 3:13 PM
This revision was automatically updated to reflect the committed changes.