Question
modelChanged on FlowGroupElement on add/remove
When calling addChild on a FlowGroupElement, modelChange is called for the added child. I think the parent model should be notified of the change as well (modelChange should be called on the parent).
If I missunderstood the usability of modelChange function, please offer an alternative. What I need is a generic function to override when the parent model changes (children are added, removed).
