[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sat Feb 12 08:42:10 UTC 2005


CVS commit by okellogg: 

load(): Fix loading of multiplicities from foreign XMI files.
CCBUG:56184


  M +1 -0      umlrole.cpp   1.39


--- kdesdk/umbrello/umbrello/umlrole.cpp  #1.38:1.39
@@ -225,4 +225,5 @@ bool UMLRole::load( QDomElement & elemen
                                 continue;
                         }
+                        tempElement = n.toElement();
                         tag = tempElement.tagName();
                         if (!Uml::tagEq(tag, "Multiplicity")) {






More information about the umbrello-devel mailing list