Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.7.2
-
None
-
-
92e57874e (dev), 40582a590 (6.8), 274342571 (6.7)
Description
When attempting to pass a property of type QList<QObject *> to an invokable method argument of the same type, the following error is thrown:
TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed.
This error is not thrown in 6.6.2.
Attached is a minimal example.