[umbrello] [Bug 372579] Delete attributes or operations in classes
Ralf Habacker
bugzilla_noreply at kde.org
Thu Nov 17 11:59:23 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=372579
--- Comment #3 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.
More information about the umbrello-devel
mailing list