aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/propertyVar.10.qml
blob: ac7f2bed573bf4f0fcd94828b56b1a3c8a1f1b77 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

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