aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/LazyAndDirect/Lazy.qml
blob: 1f69d0f16a94e7ea3b55dc3d2ff3cbcdb3602e57 (plain)
1
2
3
4
5
6
7
8
pragma Singleton
import QtQml

QtObject {
    property Direct direct

    function setDirect(newDirect : Direct) { direct = newDirect }
}