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

Item {
    property string foo: 'bar'

    property VMEComponent p: VMEComponent {}
}