aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeconnection/data/test-connection2.qml
blob: f0dbaba5a674544000c07d51f0ade1786c9d4f65 (plain)
1
2
3
import QtQuick 1.0

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