summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/invalidAttachedProperty.1.qml
blob: e99c635cf5dbb0480267c9b35b5fed5040283c19 (plain)
1
2
3
4
5
6
7
import Test 1.0
import Qt 4.6

Object {
    MyQmlObject.foo: 10
}