qtdeclarative/tests/auto/qml/qmlcppcodegen/data/noBuiltinsImport.qml

6 lines
80 B
QML

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