aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/noBuiltinsImport.qml
blob: 8d8e82f91a28c365b024846dc3fc985ceb600705 (plain)
1
2
3
4
5
import TestTypes

Person {
    property size textureSize: Qt.size(1024, 1024)
}