KDeclarative: Delete copy constructor and assignment operator

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

Description

KDeclarative: 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:06 PM
Parents
R296:69b493292fa8: GIT_SILENT Upgrade Qt5 version requirement to 5.10.0.
Branches
Unknown
Tags
Unknown