Eric Blake <[email protected]> writes: > Now that we can visit any QObject, it's easy to add support > for visit_type_any() in the JSON output visitor. > > Signed-off-by: Eric Blake <[email protected]>
Unlike in v3, this actually clones the QObject behind the any type. Much cleaner, and very little code due to your elegant use of visitors.
