Skip to content

QQuickLoader: Do not incubate if the source arrives after setActive(false)

Aleix Pol Gonzalez requested to merge apol/qtdeclarative:work/loader into kde/5.15

Otherwise we end up in the crazy place of active being false but item being non-null and forces us to workaround within the apps.

Change-Id: I88c27c4b00ccec8b8e0c05a8e10b44fcabfc2e30 Reviewed-by: Ulf Hermann ulf.hermann@qt.io (cherry picked from commit e78c0687) Reviewed-by: Qt Cherry-pick Bot cherrypick_bot@qt-project.org

Merge request reports