Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.7
-
None
Description
Enumerations in qml should be defined within the top level element of the qml document. Currently, we populate all enum definitions in the file while creating the dom. While this is allowed, it doesnt mean anything semantically.
Dom should be clever and shouldn't keep the extra enumerations defined within dom structure. It should only contain top level enum definitions.