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

Item {
    EmptyComponent {
    }
}