aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/testswithcomponents/data/Sample.qml
blob: 78e3008b0178526abb96ecc0a5b3e9840e412a1f (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.15

Item {
    id: root

    component InlineComponent: Rectangle {}
    InlineComponent{}
}