Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.12.3, 5.13.0
-
None
-
QT += core qml quick
Qt_5_12_3_MinGW_64_bit
Description
When trying to call a JavaScript function from C ++ using QJSEngine, all argument properties whose values store functions are mysteriously lost. Why it happens? Is there any way around this bug? If you try to pass a function without an object, the undefined value is also transmitted.