summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml
blob: 867e4e2a136394c63d1bf31b2a31575aa1c817c0 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7

Item {
    Connections {
        onClicked {
            onPressed: {}
        }
    }
}