aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/lazyDeferredSubObject.qml
blob: 2465a18320f3309558debeaab7e4a874cf29f8ac (plain)
1
2
3
4
5
import QtQml 2.0
import Test 1.0
MyLazyDeferredSubObject {
    subObject.objectName: 'custom'
}