KEmailSettings: Delete copy constructor and assignment operator

Authored by aacid on Jan 10 2019, 7:44 PM.

Description

KEmailSettings: Delete copy constructor and assignment operator

Summary:
If someone was using them, it'd crash since it was raw-copying the d pointer
so you would end up with a double delete.

This is SIC, but IMHO it's fine, whoever gets a compiler failure has a bug to fix

Reviewers: vkrause

Reviewed By: vkrause

Subscribers: kde-frameworks-devel

Tags: Frameworks

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

Details