qtdeclarative/tests/auto/qml/qmllint/data/shadowedSignalWithId.qml

7 lines
95 B
QML

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