Eric Blake <[email protected]> writes: > Quite a few users of qdict_put() were manually wrapping a > non-QObject. We can make such call-sites shorter, by providing > common macros to do the tedious work. Also shorten nearby > qdict_put_obj(,,QOBJECT()) sequences. > > Signed-off-by: Eric Blake <[email protected]> > Reviewed-by: Alberto Garcia <[email protected]> > > --- > > v2: rebase to current master > > I'm okay if you want me to break this patch into smaller pieces.
I guess I'm okay with a single piece, but I'd like to know how you did the conversion. Coccinelle? Manually?
