aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/customParserProperties.qml
blob: 5d72edb8e5115fbfbdbbb32f3e20dd540bc4e8cf (plain)
1
2
3
4
5
6
7
import Test 1.0
import QtQml 2.0
SimpleObjectWithCustomParser {
    intProperty: 42
    property string qmlString: "Hello"
    property var someObject: QtObject {}
}