aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/prefixedAttachedProperty.qml
blob: 1f9634e28056c8117410f501bb9a770bc3d3e6ff (plain)
1
2
3
4
5
import QtQuick as T

T.Item {
    T.Accessible.name: "Example"
}