Skip to content
Commit dd847f15 authored by Ralf Habacker's avatar Ralf Habacker
Browse files

Replace usage of UMLObject::m_pUMLPackage by QObject member 'parent' through...

Replace usage of UMLObject::m_pUMLPackage by QObject member 'parent' through new method umlParent().

In the past UMLObject::m_pUMLPackage has been used in some classes,
while other uses the QObject class member 'parent'. This commit unify
both approaches by using QObject class member 'parent' in all classes.

class UMLObject now has two new functions setUMLParent() and umlParent()
to provides a UMLObject based interface to the parent uml object;
method umlPackage() is now a shortcut of umlParent()->asUMLPackage().

CCBUG:368282
Reviewed-by: aaron.nottbeck at sag.eu
parent fa3f51e7
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