Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.2, 6.9.0 RC
-
96f4e60ff (dev), 86268411e (dev), 4171f5c73 (dev), fcff01fde (dev), 47175a6ce (dev), b5e586f98 (dev), 123a4188d (dev), 4d590880b (6.9), 91bd35016 (6.9), c130f86e6 (6.9), 6c44ef943 (tqtc/lts-6.8), b4b680ab5 (tqtc/lts-6.8)
Description
The following does not compile in strict mode:
AnchorChanges { target: myRect // could not compile binding for top: Cannot generate efficient code for internal // conversion with incompatible or ambiguous types: QQuickItem::top with type // QQuickAnchorLine (stored as QVariant) -> QQuickItem::top with type QQuickAnchorLine // (stored as QVariant) anchors.top: window.top anchors.bottom: window.bottom }
To reproduce, run attached example.