-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.3
-
74aa88269 (dev)
CloseEvent is an anonymous type and thus it cannot annotated in QML code like this:
onClosing: (closeEvent: CloseEvent ) => {
It should be a QML_NAMED_ELEMENT instead.