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

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