aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Switch.qml
blob: e57fde4818b8f25c9640e928172f4dbaf1427154 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    id: control
    property alias onLabel: control.objectName
}