qtdeclarative/tests/auto/qml/qmlcppcodegen/data/propertyChanges.qml

10 lines
106 B
QML

pragma Strict
import QtQuick
Item {
id: outer
PropertyChanges {
outer.x: 15 + 12
}
}