aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickconnection/data/error-object.qml
blob: 256b2626a75984284ef8f2c7ebe6233027bb817e (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Item {
    Connections {
        onClicked: Item {}
    }
}