[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Jul 26 14:51:05 UTC 2005
SVN commit 439023 by okellogg:
Backport commit #439013 from trunk:
> loadFromXMI(): use setUMLObject() so that the attributeRemoved signal gets connected.
M +1 -1 associationwidget.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.cpp #439022:439023
@@ -3323,7 +3323,7 @@
} else {
const Uml::Object_Type ot = myObj->getBaseType();
if (ot == ot_Attribute || ot == ot_Operation) {
- m_pObject = myObj;
+ setUMLObject(myObj);
QString type = qElement.attribute( "type", "-1" );
Uml::Association_Type aType = (Uml::Association_Type) type.toInt();
setAssocType(aType);
More information about the umbrello-devel
mailing list