aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/FinalProperty.qml
blob: fd7e13cfb279e659949b805123e98a177ed02cfe (plain)
1
2
3
4
5
import QtQml

QtObject {
    final property int f: 12
}