aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest
Commit message (Collapse)AuthorAgeFilesLines
* Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-306-0/+246
2e7d4ecdc59942b484159ca827f5d5dbc8787a1b caused the regression. To fix the regression I try accessing the signal name first and if it is not a function try accessing the handler name. Comes with a unit test to test both cases. Change-Id: I3897f344df9c6219636c70259eed503d9b76f09e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>