mirror of
https://gitlab.com/eql/lqml.git
synced 2026-02-07 00:03:54 -08:00
add convenience macro WITH-ROOT-ITEM (for e.g. QML Repeater items with identical object names)
This commit is contained in:
parent
5e529e7579
commit
9271cdc13a
4 changed files with 33 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ 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).
|
||||
`from_qvariant()` in [marshal.cpp](../src/cpp/marshal.cpp).
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue