| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 30 | 5dc02b23752f |
| 27:93b982ccede2 | 31:5daf16870df6 |
|---|---|
1 import Qt.test 1.0 |
|
2 import Qt 4.7 |
|
3 import "scriptDisconnect.1.js" as Script |
|
4 |
|
5 MyQmlObject { |
|
6 property int test: 0 |
|
7 |
|
8 id: root |
|
9 |
|
10 Component.onCompleted: root.argumentSignal.connect(Script.testFunction); |
|
11 |
|
12 onBasicSignal: root.argumentSignal.disconnect(Script.testFunction); |
|
13 } |