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

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