commit | fcf73f66a67f5e58c18216f8c8651e38cf4d90af | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Thu Oct 15 16:15:35 2015 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Thu Oct 29 14:34:45 2015 +0100 |
tree | ea430e78cc556fb332a9f3ec1c520e4d602700f3 | |
parent | 89cad9f3ec6b30d7550fb5704475fc9c3393a066 [diff] |
qfloat qint: Make conversion from QObject * accept null qobject_to_qfloat() and qobject_to_qint() crash 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-5-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>