Skip to content
Commit 12615a59 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

Continuation of support for Rose import of controlled units:

umbrello/import_rose.{h,cpp}
- At function loadFromMDL change argument "bool requireDesign" into
  "UMLPackage *parentPkg" defaulting to NULL. Pass parentPkg into call to
  petalTree2Uml.

umbrello/petaltree2uml.{h,cpp}
- In function handleControlledUnit pass parentPkg into call to
  loadFromMDL.
- At function petalTree2Uml change argument "bool requireDesign" into
  "UMLPackage *parentPkg" defaulting to NULL. If parentPkg is non NULL then
  create an UMLObject::ot_Package with root->initialArgs()[1] as name and
  parentPkg as parent.  Reassign parentPkg from the object created, and
  pass parentPkg into call to umbrellify.

CCBUG:81364
parent a113a1be
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment