Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeconnection / data / test-connection2.qml
1 import QtQuick 1.0
2
3 Connections { id: connection; target: connection; onTargetChanged: 1 == 1 }