aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/attachedProperties.qml
blob: 3637ded26f561e63bd5aa57e0be91870d06feb78 (plain)
1
2
3
4
5
6
7
8
import Test 1.0
import Test 1.0 as Namespace
import QtQuick 2.0

QtObject {
    MyQmlObject.value: 10
    Namespace.MyQmlObject.value2: 13
}