aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/VMEExtendVMEComponent.qml
blob: bf7a2ecdc22fc478ba6269358ad27c4d10be5261 (plain)
1
2
3
4
5
import QtQuick 2.0

VMEComponent {
    property string bar: 'baz'
}