commit | 7f0278435df1fa845b3bd9556942f89296d4246b | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Thu Oct 15 16:15:37 2015 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Thu Oct 29 14:34:45 2015 +0100 |
tree | ad364ba05fbd93e34fff0e52ac3ae35c351ea4bb | |
parent | 2d6421a90047a83f6722832405fe09571040ea5b [diff] |
qstring: Make conversion from QObject * accept null qobject_to_qstring() crashes on null, which is a trap for the unwary. Return null instead, and simplify a few callers. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1444918537-18107-7-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>