aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/useConstInvokable.qml
blob: 4f89e8991843e4d6d2b006f67b8f2c322ae28b86 (plain)
1
2
3
4
5
import Things

ConstInvokable {
    objectName: getObject().objectName
}