aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/AliasBindingsOverrideTargetType3.qml
blob: 823c0ef367f8ddeabf1b2dba889c4c7ce6b078d4 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

QtObject {
    id: root

    property int testProperty
    property alias aliasProperty: root.testProperty
}