KIconEffect: Delete copy constructor and assignment operator

Authored by aacid on Jan 13 2019, 10:18 PM.

Description

KIconEffect: Delete copy constructor and assignment operator

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

Details

Committed
aacidJan 13 2019, 10:18 PM
Parents
R302:b814ba9af505: KIconTheme: Delete copy constructor and assignment operator
Branches
Unknown
Tags
Unknown