Get rid of -Wdeprecated-copy warning
ClosedPublic

Authored by iasensio on Jan 11 2020, 4:47 PM.

Details

Summary

Remove the explicit copy constructor of KItemListStyleOption, since it does not
add any logic to what the implicit copy constructor does, but triggers a compiler
warning if we don't overload operator= too.

Test Plan

Compiles without -Wdeprecated-copy warning
No behavior changes

Diff Detail

Repository
R318 Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
iasensio created this revision.Jan 11 2020, 4:47 PM
Restricted Application added a project: Dolphin. · View Herald TranscriptJan 11 2020, 4:47 PM
Restricted Application added a subscriber: kfm-devel. · View Herald Transcript
iasensio requested review of this revision.Jan 11 2020, 4:47 PM
elvisangelaccio accepted this revision.Jan 12 2020, 5:46 PM
This revision is now accepted and ready to land.Jan 12 2020, 5:46 PM
This revision was automatically updated to reflect the committed changes.