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

Rectangle {
    width: 100
    height: 62

    MyComponent4 {}
}