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

--- Comment #72 from Maik Qualmann <metzping...@gmail.com> ---
Ok, the cause is probably the virtual deconstructor, I can undo this.
Objects in a QList should/must be copable and contain an assignment operator.
Otherwise the compiler makes a default assignment operator, so the object in
the QList would point to the same memory as the original object. This can lead
to problems.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to