Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
cc63557a5 (dev), c35d908f1 (6.9)
Description
import QtQml QtObject { component C: QtObject { property int i } }
The above code with a non-initialized property definition inside a component gets formatted to the following.
import QtQml QtObject { component C: QtObject { property int i } }