mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-25 22:10:56 -08:00
review marshalling docu, remove obsolete QStringList (use QVariantList instead)
This commit is contained in:
parent
6d1be2a51f
commit
39deb3199a
4 changed files with 6 additions and 25 deletions
|
|
@ -454,8 +454,9 @@ cl_object qinvoke_method2(cl_object l_obj, cl_object l_name, cl_object l_args) {
|
|||
// for internal use: this is used to call user defined JS functions, and to
|
||||
// call user defined Qt/C++ plugin functions.
|
||||
// Max. 10 arguments of type T, NIL, INTEGER, FLOAT, STRING, VECTOR of
|
||||
// octets, (nested) LIST of mentioned arguments. On Qt side, only QVariant
|
||||
// arguments are allowed.
|
||||
// octets, (nested) LIST of mentioned arguments.
|
||||
// For the complete list of supported types see 'marshal.cpp:toQVariant()'.
|
||||
// On Qt side, only QVariant arguments are allowed.
|
||||
// N.B. does not support default arguments, if used to call JS functions
|
||||
ecl_process_env()->nvalues = 1;
|
||||
const int MAX = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue