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

Item {
    property string foo: 'bar'
}