Get rid of -Wdeprecated-copy warning

Authored by iasensio on Dec 22 2019, 4:46 PM.

Description

Get rid of -Wdeprecated-copy warning

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

Reviewers: elvisangelaccio, Dolphin

Reviewed By: elvisangelaccio, Dolphin

Subscribers: kfm-devel

Tags: Dolphin

Differential Revision: https://phabricator.kde.org/D26585

Details

Committed
iasensioJan 12 2020, 6:00 PM
Reviewer
Dolphin
Differential Revision
D26585: Get rid of -Wdeprecated-copy warning
Parents
R318:17e127edcd25: Add only canonical paths to dirWatcher
Branches
Unknown
Tags
Unknown