DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.3.2-4~bpo70%2B4 / tests / auto / qml / qqmlecmascript / data / propertyQJSValue.10.qml
12345678
import QtQuick 2.0 PropertyQJSValueBaseItem { property bool test: false Component.onCompleted: { test = true; } }