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

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