summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlconnection/data/test-connection2.qml
blob: 65fe23a0f85e4529c563fd59317c67017e8e728c (plain)
1
2
3
import Qt 4.6

Connection { id: connection; sender: connection; signal: "widthChanged()"; script: 1 == 1 }