On Sat 16 Sep 2017 08:51:20 PM CEST, Max Reitz wrote: > This generic function (along with its implementations for different > types) determines whether two QObjects are equal.
> +bool qnull_is_equal(const QObject *x, const QObject *y); > + You could almost make this one inline, but it doesn't really matter. Reviewed-by: Alberto Garcia <be...@igalia.com> Berto