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

Object {
    Namespace.MyQmlObject.foo: 10
}