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

Item {
    property string foo: 'bar'

    property EmptyComponent p: EmptyComponent {}
}