blob: 54b548e0493747963f6b97426c4c8a8f9910fdbd [file] [log] [blame]
import Test 1.0
import QtQuick 2.0
QtObject {
property alias obj : otherObj
property variant child
child: QtObject {
id: otherObj
property int myValue: 10
}
}