Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
5.15.16, 6.2.11, 6.4.1, 6.5.4, 6.6.2
-
None
-
-
55ca63618 (dev), c01296e5f (6.5), 7ddba3c23 (6.4), 7a415a051 (dev), e73514d6b (6.4), 96baa991b (6.5)
Description
Please try the following code to get the warning.
import QtQuick import QtQuick.Controls Window { Control { contentItem: Item { property bool something: width == implicitWidth implicitWidth: { return 1 } } } }