summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml b/tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml
index b0ca970..72ec218 100644
--- a/tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml
+++ b/tests/auto/declarative/qmllanguage/data/dynamicSignalsAndSlots.qml
@@ -4,4 +4,7 @@ Object {
function slot1() {}
signal signal2
function slot2() {}
+
+ property int test: 0
+ function slot3(a) { print(1921); test = a; }
}