aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickconnection/data/error-syntax.qml
blob: 16c0534b6873fe041a66228f65e144d1f550a00e (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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