aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/AliasBindingsAssignCorrectlyType.qml
blob: 0eda67d51ad335e5295c1361918f67ccf3c46a96 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

QtObject {
    id: root

    property real realProperty
    property alias aliasProperty: root.realProperty
}