https://bugs.kde.org/show_bug.cgi?id=308763

--- Comment #19 from Kevin Krammer <[email protected]> ---
The idea is that if the assignment operator and copy constructors are defined
in the .cpp file, they "see" the complete definition of the private.
When the compiler generates them it does not, which is why all those classes
have an explicitly defined destructor as well

Basically one needs to make sure that the compiler does not generate any of
those functions (default constructor, destructor, copy constructor,
copy-assignment operator)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to