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

Item {
    property string bar: 'baz'

    EmptyComponent {
    }
}