From 8e837650445394070510477f63a7510d665d6796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?EXT=20Arnaud=20Cl=C3=A8re?= Date: Thu, 14 Nov 2019 23:17:05 +0100 Subject: [PATCH] Fixed renaming from bind() to zap() --- tests/QBind/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/QBind/README.md b/tests/QBind/README.md index aab10cec3c..5af130b872 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. -- GitLab