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

6 lines
56 B
QML

import QtQml
QtObject {
final property int f: 12
}