summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/propertyChanges.qml
blob: d0cc08f0035ef1124959335be33bd4350917c766 (plain)
1
2
3
4
5
6
7
8
9
pragma Strict
import QtQuick

Item {
    id: outer
    PropertyChanges {
        outer.x: 15 + 12
    }
}