Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.6.1
-
None
-
-
6b39eb9be (dev), 0f6d10afb (6.6)
Description
Using link code snippet, you will encounter an issue with line 25:
QML debugging is enabled. Only use this in a safe environment.
qml: 0
qrc:/aliastypeerror/Main.qml:25: TypeError: Type error
While you will have no issues on line 24.
Using Qt 6.6.0, no issues will be present for both lines.
QML debugging is enabled. Only use this in a safe environment.
qml: 0
qml: 0
Attachments
Issue Links
- relates to
-
QTBUG-119448 Fix documentation: initializing a property of aliased property won't actually cause an error
- Closed