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

7 lines
101 B
QML

pragma Strict
import QtQml
QtObject {
function doesNotReturnValue() { objectName = "barbar" }
}