aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/MyComponent.qml
blob: a642518199181b6f9bab46bf81503c633decaa30 (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0

Rectangle {
    width: 100
    height: 62

    MyComponent3 {}

    MyComponent2 {}
}