blob: a6f277adb2c1fd24cfbaa13a57ce0c09b62eecae [file] [log] [blame]
import Test 1.0
import QtQuick 2.0
MyContainer {
Component {
id: myComponent
MyQmlObject {
value: 11
}
}
}