blob: 01cf9142b2fc8ba938b9f35dd93ee8fef32a6c0b [file] [log] [blame]
import QtQuick 2.0
QtObject {
property variant other
other: Alias4 { id: myAliasObject }
property int value: myAliasObject.obj.myValue
}