aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/VMEAggregateVMEComponent.qml
blob: 4bacdf80429fad14d6707c9940641003f35b097b (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Item {
    property string foo: 'bar'

    VMEComponent {
    }
}