aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/AttachedProps.qml
blob: 01be66f866b97021268d87b6e23d4fb286a3154d (plain)
1
2
3
4
5
6
import QtQml 2.0

QtObject {
    id: self
    property var foo: self.Component.completed
}