Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
Description
The attached example runs into
Warning: main.qml:11:9: Could not compile function foo: Instruction "generate_LoadClosure" not implemented Qt.callLater(() => {}) ^^ Warning: main.qml:15:12: Property "callLater" not found on type "QtObject" Qt.callLater(win.foo) ^^^^^^^^^ Warning: main.qml:15:12: Could not compile binding for onCompleted: Type QtObject of QtObject does not have a property callLater for calling Qt.callLater(win.foo) ^^^^^^^^^
Attachments
Issue Links
- is duplicated by
-
QTBUG-104574 qmllint cannot cope with Qt.callLater
- Closed
- relates to
-
QTBUG-112603 StackView.find() cannot be compiled by qmlsc
- Reported
-
QTBUG-112876 qmlsc: Support Qt.binding()
- Reported