add convenience macro WITH-ROOT-ITEM (for e.g. QML Repeater items with identical object names)

This commit is contained in:
pls.153 2022-10-31 20:28:17 +01:00
parent 5e529e7579
commit 9271cdc13a
4 changed files with 33 additions and 27 deletions

View file

@ -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).