DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.2%2Bdfsg-2 / tests / auto / qml / qqmlproperty / data / readSynthesizedObject.qml
123456789
import QtQuick 2.0 QtObject { property TestType test test: TestType { property int b: 19 } }