aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/bareInline.qml
blob: cb7902125010206e8ee9e7325d32be67b0903fcf (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.9

Item {
    width: 800
    height: 600
    visible: true

    Tab1.RightTab {}
}