blob: 3cb280ef47a1233e85ad80e87a4234482a4a192a [file] [log] [blame]
import QtQuick 2.0
QtObject {
property variant other
other: Alias3 { id: myAliasObject }
property int value: myAliasObject.obj.myValue
}