aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/LazyAndDirect/Direct.qml
blob: fcb08c1e80e76e4e3ab23f9eb14d8b6d9a92b3c8 (plain)
1
2
3
4
5
import QtQml

QtObject {
    Component.onCompleted: Lazy.setDirect(this)
}