DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.2%2Bdfsg-6 / tests / auto / qml / qqmlproperty / data / aliasToIdWithMatchingQmlFileName.qml
123456789
import QtQuick 2.0 Item { property alias testType: testType Rectangle { id: testType } }