blob: dd207074566e3df691640e080c5e2d99a5bf621a [file] [log] [blame]
import QtQuick 2.0
import "nestedComponent.js" as NestedJS
QtObject {
property Component c: Component {
QtObject {
property int value: NestedJS.value
}
}
}