aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/twoInlineComponents.qml
blob: 73cb4cb5b07bfaa5257508166e3cbac14533b3b0 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Item {
     component IC1: Item {}
     component IC2: Item {}
}