aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/data/aliasToIdWithMatchingQmlFileName.qml
blob: 8cbd928f36cb5fba7041d4c2e6480c63fd0353d7 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

Item {
    property alias testType: testType

    Rectangle {
        id: testType
    }
}