aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/voidfunction.qml
blob: 74313f900f65f85c8dc19e3feba88ed078b22913 (plain)
1
2
3
4
5
6
pragma Strict
import QtQml

QtObject {
    function doesNotReturnValue() { objectName = "barbar" }
}