Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.4
-
8ea9646019 (qt/qtdeclarative/dev) 8ea9646019 (qt/qtdeclarative/6.4) 8ea9646019 (qt/tqtc-qtdeclarative/6.4)
Description
import QtQuick import QtQuick.Controls Window { id: root width: 640 height: 480 property list<Button> customList Item { property var x: root.customList // property var x: customList // this version works as expected } }
Simple qml code like the snippet above causes qmlcachegen crash. When property is not prefixed with "root" id, crash doesn't occur.
Attachments
Issue Links
- is duplicated by
-
QTBUG-104221 qmlsc: Crash when using lists of Actions
- Closed