mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -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
|
|
@ -12,6 +12,9 @@ Function `ecl_fun()` is convenient because you don't need to care about type
|
|||
conversions, as long as you only use `bool`, `long`, `double`, `QString`,
|
||||
`QByteArray` or (nested) `QVariant` lists of mentioned types.
|
||||
|
||||
For the complete list of marshalled types please see `toQVariant()` and
|
||||
`from_qvariant` in [marshal.cpp](../src/cpp/marshal.cpp).
|
||||
|
||||
|
||||
|
||||
Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue