aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/ComponentWithVarProp.qml
blob: 3105b8c79f48b8710b4ef87a25f37096fe475185 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    property var varprop: true
}