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

AttachedPropertyBase {
    MyQmlObjectWithAttachedCounter.value2: 32
}