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

Item {
    property EmptyComponent p: EmptyComponent {}
}