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

Connections { id: connection; target: connection; onTargetChanged: 1 == 1 }