aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetaobject/data/property.alias.2.qml
blob: cae1ae6696bc14dfa637131729177417ece136fc (plain)
1
2
3
4
5
6
import QtQuick 2.0

QtObject {
    id: me
    property alias test: me
}