katie/tests/auto/qdeclarativeproperty/data/readSynthesizedObject.qml

10 lines
115 B
QML
Raw Normal View History

import QtQuick 1.0
QtObject {
property TestType test
test: TestType {
property int b: 19
}
}