aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections/data/test-connection2.qml
blob: a7e264c332ec32916b0882063988e2e9b7345190 (plain)
1
2
3
import QtQml 2.0

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