diff --git a/tests/QBind/README.md b/tests/QBind/README.md index aab10cec3c302bb673bdbe13a6738bb002ef584d..5af130b872235b92f4b3d3bc58a5cef82fd9041d 100644 --- a/tests/QBind/README.md +++ b/tests/QBind/README.md @@ -471,7 +471,7 @@ Regarding the worst performances: QTransmogrifier is a (de)serialization mechanism that can be used on top of Qt, enabling convenient and efficient data transfers without loss among a lot of Qt data types and formats including Json, Cbor, QVariant..., QModel... QMetaObject, replacing **a lot** of -format-specific code with a few `T::bind()` or `QTransmogrifier::bind()` methods (where T can be defined by user, Qt, or a third-part). +format-specific code with a few `T::zap()` or `QTransmogrifier::zap()` methods (where T can be defined by user, Qt, or a third-part). It can reuse QDebug and QDataStream << and >> operators, although this requires more visible templates and loses the ability to switch format at runtime. It can also evolve to something akin to Python list comprehensions for ad-hoc bind operations.