qtdeclarative/tests/auto/qml/qqmlecmascript/data/constantsOverrideBindings.3...

8 lines
84 B
QML

import Qt.test 1.0
MyQmlObject {
property int c1: 0
property int c2: c1
}