aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/nestedCustomParsers.qml
blob: 77b93e859415c872de4fd136a48551b3aa6a0ce9 (plain)
1
2
3
4
5
6
7
8
import Test 1.0
import QtQml 2.0
SimpleObjectWithCustomParser {
    customProperty: 42
    property var nested: SimpleObjectWithCustomParser {
        customNestedProperty: 42
    }
}