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

QtObject {
    MyQmlObjectWithAttachedCounter.value: 10
}