https://bugs.kde.org/show_bug.cgi?id=372579
--- Comment #3 from Ralf Habacker <ralf.habac...@freenet.de> --- The related location where it fails is shown below: /** * Make a clone of the UMLAttribute. */ UMLObject* UMLAttribute::clone() const { //FIXME: The new attribute should be slaved to the NEW parent not the old. UMLAttribute *clone = new UMLAttribute(umlParent()); copyInto(clone); return clone; } -- You are receiving this mail because: You are watching all bug changes.