aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections/data/error-syntax.qml
blob: 62c841bdb10522008498744c70a57804dde17928 (plain)
1
2
3
4
5
6
7
import QtQml 2.0

Connections {
    onClicked {
        onPressed: {}
    }
}