aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/exceptionClearsOnReeval.qml
blob: a2f0d1a8b7724dcd9b48e089978a6ffaf070d9f6 (plain)
1
2
3
4
5
6
import Qt.test 1.0

MyQmlObject {
    property bool test: objectProperty.objectProperty.trueProperty
}