Skip to content

Set the root item parent immediately

Marco Martin requested to merge work/mart/immediateParent into master

Due to https://bugreports.qt.io/browse/QTBUG-112376 at the time of Component.onCompleted the root item doesn't have its parent yet, breaking Dialogs that do expect it (and the window) to be already there at component completion. this explicitly sets parent as initialProperties to work around this

Merge request reports