aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2017-09-18 18:12:40 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-09-21 09:02:33 +0000
commitd8593011d2d01a04a01e7bf369caa166d91b3d6a (patch)
treea667b373166bfc9c4d3c91b2b982e9f4d5e055a0 /dist
parent61716e2bbcc62d7447b4d9e8531ad98737407d12 (diff)
Fix crash when using signal handlers on group properties
This is a regression introduced with commmit 49a11e882059ee1729f776722e085dd21d378c36: The typeRef can be null. I found this when testing grouped properties and property revisions. <TestComponent.qml> import QtQuick 2.0 Item { property alias textEdit: textEdit TextEdit { id: textEdit } } import QtQuick 2.8 Item { TestComponent { textEdit.onEditingFinished: console.log("test") } } Instead of an error message, this crashes without this patch. This is a regression introduced by using QQmlType by value. Change-Id: Ib18a0ad878f7c4696c22bc65fee636b84b966f03 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions