Skip to content

columnview: use stack to create QQmlComponent

Fushan Wen requested to merge work/fuf/evilcrash into master

QQmlComponent doesn't need to be created in heap. As long as it finishes creating an object, it can be deleted. This slightly improves the efficiency.

Merge request reports