aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-01-13 13:31:35 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2017-01-13 12:41:33 +0000
commit0e3380f9c6ab6e3ea7398caccf5aa84f1575f1cd (patch)
treefcd63e5b7e60fc3150ad4b1d5a6031a9c6b3b4a8 /examples
parent6e568c6ef5b34e32b0e2ec7b66d01d63888166a5 (diff)
Fix crash when C++ QJSValue parameterized signal interacts with JS
When converting the parameters of a C++ signal to JS values to provide to a signal handler written in JS, the conversion of a QJSValue to a QV4::Value* may yield a null pointer in case of a default constructed QJSValue for example. This is a regression from commit aa869cbb06bcf005e238059a2cb0205947ff0b5f and we must check for this. Task-number: QTBUG-58133 Change-Id: I528b606b2851dfb3072e54902bd8843d31571a55 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions