aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/registeredCompositeTypeWithAttachedProperty.qml
blob: d34e4650b3f92994c79870e158d0f0227e279088 (plain)
1
2
3
4
5
6
import Test 1.0

RegisteredCompositeTypeWithAttachedProperty {
    RegisteredCompositeTypeWithAttachedProperty.objectName: "test"
    property string attachedProperty: RegisteredCompositeTypeWithAttachedProperty.objectName
}