Commit 36919b3e authored by Simon Hausmann's avatar Simon Hausmann Committed by The Qt Project
Browse files

Fix Component.onCompleted emission and bindings for composite types


When instantiating the composite type with a sub QQmlObjectCreator,
make sure to link the componentAttached objects back into the parent
creator. Similarly we need to collect the bindings the sub-creator
created, as finalize() is only called on the top-level creator.

Fixes remaining failures in tst_qqmllanguage::onCompleted

Change-Id: If79b31ee94000aeec280284200df8ee97e57fd03
Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
parent 17588320
No related merge requests found
Showing with 3 additions and 0 deletions
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