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

VMEComponent {
    property real pi: 3.1415927
}