aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/shadowedSignalWithId.qml
blob: ed7cc9f6c40a6271fe0d3c18284d3ca12c3f2784 (plain)
1
2
3
4
5
6
import QtQuick

MouseArea {
    id: mouseArea
    Component.onCompleted: mouseArea.pressed()
}