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

7 lines
83 B
QML

import QtQml
QtObject {
property int ff: 4
onObjectNameChanged: ff = 12
}