aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/quicktest.pro
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals@canonical.com>2016-11-22 12:26:54 +0100
committerAlbert Astals Cid <albert.astals@canonical.com>2016-11-30 15:01:01 +0000
commitb19ebe1d23e1f2fd334cef4ec2731ab5cc69dbd7 (patch)
treec59fe68a63512fc3dea9aa78b6da9f5d5f0bbeaf /tests/auto/quicktest/quicktest.pro
parent63c34dc6c1c6f24f8e83f295adc70fdcc392f8c5 (diff)
Fix SignalSpy with QQmlPropertyMap signals
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>
Diffstat (limited to 'tests/auto/quicktest/quicktest.pro')
-rw-r--r--tests/auto/quicktest/quicktest.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quicktest/quicktest.pro b/tests/auto/quicktest/quicktest.pro
new file mode 100644
index 0000000000..3b4ec23a64
--- /dev/null
+++ b/tests/auto/quicktest/quicktest.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ signalspy