summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/invalidAttachedProperty.1.qml
blob: 84d39df9c837bf9bbf273f392cfd2f2f2f5225cb (plain)
1
2
3
4
5
6
7
import Test 1.0
import Qt 4.7

QtObject {
    MyQmlObject.foo: 10
}