aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickconnection/data/test-connection2.qml
blob: b23d2fc145f08a04d50e1183429b292385baf763 (plain)
1
2
3
import QtQuick 2.0

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