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

QtObject {
    objectName: { throw "ouch" }
}