aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeconnection/data/error-object.qml
blob: 376a2182fef9b5c5ea29243e9f9e4f77431e4d64 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Item {
    Connections {
        onClicked: Item {}
    }
}