aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/callContextPropertyLookupResult.qml
blob: f371b569090d5b43d3e35aeca48af5950a992a0b (plain)
1
2
3
4
5
import QtQml

QtObject {
    property Component c: Qt.createComponent("Dummy.qml")
}