aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/propertyQJSValue.10.qml
blob: 39036ea7c6e55ef09249df78f72a85b77090ee71 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

PropertyQJSValueBaseItem {
    property bool test: false
    Component.onCompleted: {
        test = true;
    }
}